#85787C

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

Shades of Venus #85787C

Tints of Venus #85787C

Color information

#85787C (or 0x85787C) is unknown color: approx Venus. HEX triplet: 85, 78 and 7C. RGB value is (133,120,124). Sum of RGB (Red+Green+Blue) = 133+120+124=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 133 - color contains mainly: red. Hex color #85787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85787C is #7A8783. Grayscale: #7C7C7C. Windows color (decimal): -8030084 or 8157317. OLE color: 8157317.

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

Color convert

RGB133120124-
CMYK00.100.070.48
HSL341.54º5.14%49.61%-
HSV(B)341.54º9.77%52.16%-
XYZ20.0319.8721.85-
YUV124.34127.81134.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.28%
GREEN value IS 120 (47.27% from 255) = 31.83%
BLUE value IS 124 (48.83% from 255) = 32.89%
R=35.28%
G=31.83%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312012400.100.070.48341.545.1449.61
Hex85787C0A730156532
Octal205170174012760526562
Binary100001011111000111110001010111110000101010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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