Color Hex Logo

#85776a Color Hex

#85776A
(133,119,106)
0 Favorites   0 Comments

Color spaces of #85776a

RGB 133119106
HSL0.080.110.47
HSV29°20°52°
CMYK 0.000.110.20   0.48
XYZ18.871219.220816.3510
Yxy19.22080.34660.3530
Hunter Lab43.84150.11118.5765
CIE-Lab50.94453.13749.1155

#85776a color RGB value is (133,119,106).

#85776a hex color red value is 133, green value is 119 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #85776a hue: 0.08 , saturation: 0.11 and the lightness value of 85776a is 0.47.

The process color (four color CMYK) of #85776a color hex is 0.00, 0.11, 0.20, 0.48. Web safe color of #85776a is #996666. Color #85776a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110111 01101010
Octal 205 167 152
Decimal 133 119 106
Hex 85 77 6A

RGB Percentages of Color #85776a

%37.15
%33.24
%29.61

CMYK Percentages of Color #85776a

%0
%11
%20
%48

Triadic Colors of #85776a

#85776a #6a8577 #776a85

Analogous Colors of #85776a

#85776a #85856a #856a6b

Monochromatic Colors of #85776a

#85776a

Complementary Color

#85776a #6a7885

#85776a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85776a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85776a Color CSS Codes

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

#85776a Text Font Color

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

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


#85776a Background Color

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

This div background color is #85776a


#85776a Border Color

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

This div border color is #85776a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85776a


Comments

No comments written yet.

Please login to write comment.