Color Hex Logo

#66775b Color Hex

#66775B
(102,119,91)
0 Favorites   0 Comments

Color spaces of #66775b

RGB 10211991
HSL0.270.130.41
HSV96°24°47°
CMYK 0.140.000.24   0.53
XYZ13.964616.773812.3992
Yxy16.77380.32370.3888
Hunter Lab40.9558-10.810010.7193
CIE-Lab47.9738-11.913313.3585

#66775b color RGB value is (102,119,91).

#66775b hex color red value is 102, green value is 119 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #66775b hue: 0.27 , saturation: 0.13 and the lightness value of 66775b is 0.41.

The process color (four color CMYK) of #66775b color hex is 0.14, 0.00, 0.24, 0.53. Web safe color of #66775b is #666666. Color #66775b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01110111 01011011
Octal 146 167 133
Decimal 102 119 91
Hex 66 77 5B

RGB Percentages of Color #66775b

%32.69
%38.14
%29.17

CMYK Percentages of Color #66775b

%14
%0
%24
%53

Triadic Colors of #66775b

#66775b #5b6677 #775b66

Analogous Colors of #66775b

#66775b #5b775e #74775b

Monochromatic Colors of #66775b

#66775b

Complementary Color

#66775b #6c5b77

#66775b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66775b Color Preview on White Background

Lorem ipsum dolor sit amet.

#66775b Color CSS Codes

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

#66775b Text Font Color

<p style="color:#66775b">Text here</p>

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


#66775b Background Color

<div style="background-color:#66775b">
Div content here</div>

This div background color is #66775b


#66775b Border Color

<div style="border:3px solid #66775b">
Div here</div>

This div border color is #66775b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66775b


Comments

No comments written yet.

Please login to write comment.