#85767C

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

Shades of Venus #85767C

Tints of Venus #85767C

Color information

#85767C (or 0x85767C) is unknown color: approx Venus. HEX triplet: 85, 76 and 7C. RGB value is (133,118,124). Sum of RGB (Red+Green+Blue) = 133+118+124=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 133 - color contains mainly: red. Hex color #85767C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85767C is #7A8983. Grayscale: #7B7B7B. Windows color (decimal): -8030596 or 8156805. OLE color: 8156805.

HSL color Cylindrical-coordinate representation of color #85767C: hue angle of 336º 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 #85767C is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB133118124-
CMYK00.110.070.48
HSL336º5.98%49.22%-
HSV(B)336º11.28%52.16%-
XYZ19.7919.421.77-
YUV123.17128.47135.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.47%
GREEN value IS 118 (46.48% from 255) = 31.47%
BLUE value IS 124 (48.83% from 255) = 33.07%
R=35.47%
G=31.47%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311812400.110.070.483365.9849.22
Hex85767C0B730150631
Octal205166174013760520661
Binary100001011110110111110001011111110000101010000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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