Color Hex Logo

#776266 Color Hex

#776266
(119,98,102)
0 Favorites   0 Comments

Color spaces of #776266

RGB 11998102
HSL0.970.100.43
HSV349°18°47°
CMYK 0.000.180.14   0.53
XYZ14.373713.616614.4411
Yxy13.61660.33880.3209
Hunter Lab36.90074.95392.6273
CIE-Lab43.67809.15450.8986

#776266 color RGB value is (119,98,102).

#776266 hex color red value is 119, green value is 98 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #776266 hue: 0.97 , saturation: 0.10 and the lightness value of 776266 is 0.43.

The process color (four color CMYK) of #776266 color hex is 0.00, 0.18, 0.14, 0.53. Web safe color of #776266 is #666666. Color #776266 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100010 01100110
Octal 167 142 146
Decimal 119 98 102
Hex 77 62 66

RGB Percentages of Color #776266

%37.30
%30.72
%31.97

CMYK Percentages of Color #776266

%0
%18
%14
%53

Triadic Colors of #776266

#776266 #667762 #626677

Analogous Colors of #776266

#776266 #776962 #776271

Monochromatic Colors of #776266

#776266

Complementary Color

#776266 #627773

#776266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776266 Color CSS Codes

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

#776266 Text Font Color

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

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


#776266 Background Color

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

This div background color is #776266


#776266 Border Color

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

This div border color is #776266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776266


Comments

No comments written yet.

Please login to write comment.