#85797C

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

Shades of Venus #85797C

Tints of Venus #85797C

Color information

#85797C (or 0x85797C) is unknown color: approx Venus. HEX triplet: 85, 79 and 7C. RGB value is (133,121,124). Sum of RGB (Red+Green+Blue) = 133+121+124=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 133 - color contains mainly: red. Hex color #85797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85797C is #7A8683. Grayscale: #7C7C7C. Windows color (decimal): -8029828 or 8157573. OLE color: 8157573.

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

Color convert

RGB133121124-
CMYK00.090.070.48
HSL345º4.72%49.8%-
HSV(B)345º9.02%52.16%-
XYZ20.1520.1221.89-
YUV124.93127.48133.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.19%
GREEN value IS 121 (47.66% from 255) = 32.01%
BLUE value IS 124 (48.83% from 255) = 32.80%
R=35.19%
G=32.01%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312112400.090.070.483454.7249.8
Hex85797C09730159532
Octal205171174011760531562
Binary100001011111001111110001001111110000101011001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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