#85787E

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

Shades of Venus #85787E

Tints of Venus #85787E

Color information

#85787E (or 0x85787E) is unknown color: approx Venus. HEX triplet: 85, 78 and 7E. RGB value is (133,120,126). Sum of RGB (Red+Green+Blue) = 133+120+126=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 133 - color contains mainly: red. Hex color #85787E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85787E is #7A8781. Grayscale: #7C7C7C. Windows color (decimal): -8030082 or 8288389. OLE color: 8288389.

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

Color convert

RGB133120126-
CMYK00.100.050.48
HSL332.31º5.14%49.61%-
HSV(B)332.31º9.77%52.16%-
XYZ20.1619.9322.52-
YUV124.57128.81134.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.09%
GREEN value IS 120 (47.27% from 255) = 31.66%
BLUE value IS 126 (49.61% from 255) = 33.25%
R=35.09%
G=31.66%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312012600.100.050.48332.315.1449.61
Hex85787E0A53014c532
Octal205170176012560514562
Binary100001011111000111111001010101110000101001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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