#85767E

Color #85767E Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #85767E

Tints of Venus #85767E

Color information

#85767E (or 0x85767E) is unknown color: approx Venus. HEX triplet: 85, 76 and 7E. RGB value is (133,118,126). Sum of RGB (Red+Green+Blue) = 133+118+126=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 133 - color contains mainly: red. Hex color #85767E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85767E is #7A8981. Grayscale: #7B7B7B. Windows color (decimal): -8030594 or 8287877. OLE color: 8287877.

HSL color Cylindrical-coordinate representation of color #85767E: hue angle of 328º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #85767E is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB133118126-
CMYK00.110.050.48
HSL328º5.98%49.22%-
HSV(B)328º11.28%52.16%-
XYZ19.9219.4522.44-
YUV123.4129.47134.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 35.28%
GREEN value IS 118 (46.48% from 255) = 31.30%
BLUE value IS 126 (49.61% from 255) = 33.42%
R=35.28%
G=31.30%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311812600.110.050.483285.9849.22
Hex85767E0B530148631
Octal205166176013560510661
Binary100001011110110111111001011101110000101001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85767E; }

 p { color: rgb(133,118,126); }

 H1.HeaderClassName
 {
   color: #85767E;
 }
 .AnyTagClassName
 {
   color: #85767E;
 }
</style>
background-color css

<style>
 a { background-color: #85767E; }

 a { background-color: rgb(133,118,126); }

 div.DivClassName
 {
   background-color: #85767E;
 }
 .BgClassName
 {
   background-color: #85767E;
 }
</style>
border-color css

<style>
 span { border-color: #85767E; }

 span { border-color: rgb(133,118,126); }

 td.TdClassName
 {
   border-color: #85767E;
 }
 .TagClassName
 {
   border-color: #85767E;
 }
</style>