Color Hex Logo

#85767a Color Hex

#85767A
(133,118,122)
0 Favorites   0 Comments

Color spaces of #85767a

RGB 133118122
HSL0.960.060.49
HSV344°11°52°
CMYK 0.000.110.08   0.48
XYZ19.664219.348621.1106
Yxy19.34860.32710.3218
Hunter Lab43.98702.82032.3360
CIE-Lab51.09266.5292-0.0791

#85767a color RGB value is (133,118,122).

#85767a hex color red value is 133, green value is 118 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #85767a hue: 0.96 , saturation: 0.06 and the lightness value of 85767a is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110110 01111010
Octal 205 166 172
Decimal 133 118 122
Hex 85 76 7A

RGB Percentages of Color #85767a

%35.66
%31.64
%32.71

CMYK Percentages of Color #85767a

%0
%11
%8
%48

Triadic Colors of #85767a

#85767a #7a8576 #767a85

Analogous Colors of #85767a

#85767a #857a76 #857682

Monochromatic Colors of #85767a

#85767a

Complementary Color

#85767a #768581

#85767a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85767a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85767a Color CSS Codes

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

#85767a Text Font Color

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

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


#85767a Background Color

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

This div background color is #85767a


#85767a Border Color

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

This div border color is #85767a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85767a

#85767a Color Palettes


Comments

No comments written yet.

Please login to write comment.