#85797D

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

Shades of Venus #85797D

Tints of Venus #85797D

Color information

#85797D (or 0x85797D) is unknown color: approx Venus. HEX triplet: 85, 79 and 7D. RGB value is (133,121,125). Sum of RGB (Red+Green+Blue) = 133+121+125=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 133 - color contains mainly: red. Hex color #85797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85797D is #7A8682. Grayscale: #7D7D7D. Windows color (decimal): -8029827 or 8223109. OLE color: 8223109.

HSL color Cylindrical-coordinate representation of color #85797D: hue angle of 340º 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 #85797D is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB133121125-
CMYK00.090.060.48
HSL340º4.72%49.8%-
HSV(B)340º9.02%52.16%-
XYZ20.2120.1422.22-
YUV125.04127.98133.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.09%
GREEN value IS 121 (47.66% from 255) = 31.93%
BLUE value IS 125 (49.22% from 255) = 32.98%
R=35.09%
G=31.93%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312112500.090.060.483404.7249.8
Hex85797D09630154532
Octal205171175011660524562
Binary100001011111001111110101001110110000101010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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