#85797E

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

Shades of Venus #85797E

Tints of Venus #85797E

Color information

#85797E (or 0x85797E) is unknown color: approx Venus. HEX triplet: 85, 79 and 7E. RGB value is (133,121,126). Sum of RGB (Red+Green+Blue) = 133+121+126=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 133 - color contains mainly: red. Hex color #85797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85797E is #7A8681. Grayscale: #7D7D7D. Windows color (decimal): -8029826 or 8288645. OLE color: 8288645.

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

Color convert

RGB133121126-
CMYK00.090.050.48
HSL335º4.72%49.8%-
HSV(B)335º9.02%52.16%-
XYZ20.2820.1722.56-
YUV125.16128.48133.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35%
GREEN value IS 121 (47.66% from 255) = 31.84%
BLUE value IS 126 (49.61% from 255) = 33.16%
R=35%
G=31.84%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312112600.090.050.483354.7249.8
Hex85797E0953014f532
Octal205171176011560517562
Binary100001011111001111111001001101110000101001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85797E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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