Color Hex Logo

#77850c Color Hex

#77850C
(119,133,12)
0 Favorites   0 Comments

Color spaces of #77850c

RGB 11913312
HSL0.190.830.28
HSV67°91°52°
CMYK 0.110.000.91   0.48
XYZ16.061620.72353.5013
Yxy20.72350.39870.5144
Hunter Lab45.5231-16.686427.3060
CIE-Lab52.6455-19.454954.7550

#77850c color RGB value is (119,133,12).

#77850c hex color red value is 119, green value is 133 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #77850c hue: 0.19 , saturation: 0.83 and the lightness value of 77850c is 0.28.

The process color (four color CMYK) of #77850c color hex is 0.11, 0.00, 0.91, 0.48. Web safe color of #77850c is #669900. Color #77850c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000101 00001100
Octal 167 205 14
Decimal 119 133 12
Hex 77 85 C

RGB Percentages of Color #77850c

%45.08
%50.38
%4.55

CMYK Percentages of Color #77850c

%11
%0
%91
%48

Triadic Colors of #77850c

#77850c #0c7785 #850c77

Analogous Colors of #77850c

#77850c #3b850c #85560c

Monochromatic Colors of #77850c

#77850c

Complementary Color

#77850c #1a0c85

#77850c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77850c Color Preview on White Background

Lorem ipsum dolor sit amet.

#77850c Color CSS Codes

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

#77850c Text Font Color

<p style="color:#77850c">Text here</p>

This sample text font color is #77850c
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.


#77850c Background Color

<div style="background-color:#77850c">
Div content here</div>

This div background color is #77850c


#77850c Border Color

<div style="border:3px solid #77850c">
Div here</div>

This div border color is #77850c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,133,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77850c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77850c;
  -webkit-box-shadow: 1px 1px 3px 2px #77850c;
  box-shadow:         1px 1px 3px 2px #77850c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77850c


Comments

No comments written yet.

Please login to write comment.