#85787F

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

Shades of Venus #85787F

Tints of Venus #85787F

Color information

#85787F (or 0x85787F) is unknown color: approx Venus. HEX triplet: 85, 78 and 7F. RGB value is (133,120,127). Sum of RGB (Red+Green+Blue) = 133+120+127=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 133 - color contains mainly: red. Hex color #85787F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85787F is #7A8780. Grayscale: #7C7C7C. Windows color (decimal): -8030081 or 8353925. OLE color: 8353925.

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

Color convert

RGB133120127-
CMYK00.100.050.48
HSL327.69º5.14%49.61%-
HSV(B)327.69º9.77%52.16%-
XYZ20.2219.9522.86-
YUV124.68129.31133.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35%
GREEN value IS 120 (47.27% from 255) = 31.58%
BLUE value IS 127 (50% from 255) = 33.42%
R=35%
G=31.58%
B=33.42%

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
Decimal13312012700.100.050.48327.695.1449.61
Hex85787F0A530148532
Octal205170177012560510562
Binary100001011111000111111101010101110000101001000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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