Color Hex Logo

#66771a Color Hex

#66771A
(102,119,26)
0 Favorites   0 Comments

Color spaces of #66771a

RGB 10211926
HSL0.200.640.28
HSV71°78°47°
CMYK 0.140.000.78   0.53
XYZ12.262816.09303.4372
Yxy16.09300.38570.5062
Hunter Lab40.1161-15.638723.0012
CIE-Lab47.0963-19.316045.5778

#66771a color RGB value is (102,119,26).

#66771a hex color red value is 102, green value is 119 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #66771a hue: 0.20 , saturation: 0.64 and the lightness value of 66771a is 0.28.

The process color (four color CMYK) of #66771a color hex is 0.14, 0.00, 0.78, 0.53. Web safe color of #66771a is #666633. Color #66771a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01110111 00011010
Octal 146 167 32
Decimal 102 119 26
Hex 66 77 1A

RGB Percentages of Color #66771a

%41.30
%48.18
%10.53

CMYK Percentages of Color #66771a

%14
%0
%78
%53

Triadic Colors of #66771a

#66771a #1a6677 #771a66

Analogous Colors of #66771a

#66771a #37771a #775a1a

Monochromatic Colors of #66771a

#66771a

Complementary Color

#66771a #2b1a77

#66771a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66771a Color Preview on White Background

Lorem ipsum dolor sit amet.

#66771a Color CSS Codes

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

#66771a Text Font Color

<p style="color:#66771a">Text here</p>

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


#66771a Background Color

<div style="background-color:#66771a">
Div content here</div>

This div background color is #66771a


#66771a Border Color

<div style="border:3px solid #66771a">
Div here</div>

This div border color is #66771a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,119,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66771a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66771a;
  -webkit-box-shadow: 1px 1px 3px 2px #66771a;
  box-shadow:         1px 1px 3px 2px #66771a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66771a


Comments

No comments written yet.

Please login to write comment.