Hex #77b1c3 Color

#77b1c3
equivalent to

RGB

(119, 177, 195)

Details of #77b1c3

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
119
33.1802
0.54
0.39
68.9726
39.3064
194°
62.6948
177
39.3064
0.39
0.09
-14.2010
0.2553
39°
-15.2472
195
57.4679
0.62
0.00   0.24
-15.1242
0.3025
76°
-10.4416

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1110111
167
119
77
Green
10110001
261
177
B1
Blue
11000011
303
195
C3

RGB in % of #77b1c3

%24.24
%36.05
%39.71

CMYK in % of #77b1c3

%39
%9
%0
%24

Triads of color #77b1c3

#77b1c3 #b1c377 #c377c3

Similar Colors to #77b1c3

#77b1c3 #77c3af #778bc3

Preview Color #77b1c3 on black ground

#77b1c3 is very interesting for text.

Preview Color #77b1c3 on white ground

#77b1c3 is very interesting for text.

CSS Codes #77b1c3 color

.mybgcolor {background-color:#77b1c3; }
.myforecolor {color:#77b1c3; }
.mybordercolor {border:3px solid #77b1c3; }

Text Font Color #77b1c3

<p style="color:#77b1c3">Text here</p>

This sample text font color is #77b1c3
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #77b1c3

<div style="background-color:#77b1c3">
Div content here</div>

This div background color is #77b1c3


Border Color #77b1c3

<div style="border:3px solid #77b1c3">
Div here</div>

The color of this border is #77b1c3


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #77b1c3; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #77b1c3;
-webkit-box-shadow: 1px 1px 3px 2px #77b1c3;
box-shadow:         1px 1px 3px 2px #77b1c3; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #77b1c3">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #77b1c3;
  -webkit-box-shadow: 1px 1px 3px 2px #77b1c3;
  box-shadow:         1px 1px 3px 2px #77b1c3;">
Div content here</div>

The shadow of div box using color #77b1c3