#857079

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

Shades of Venus #857079

Tints of Venus #857079

Color information

#857079 (or 0x857079) is unknown color: approx Venus. HEX triplet: 85, 70 and 79. RGB value is (133,112,121). Sum of RGB (Red+Green+Blue) = 133+112+121=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 133 - color contains mainly: red. Hex color #857079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857079 is #7A8F86. Grayscale: #777777. Windows color (decimal): -8032135 or 7958661. OLE color: 7958661.

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

Color convert

RGB133112121-
CMYK00.160.090.48
HSL334.29º8.57%48.04%-
HSV(B)334.29º15.79%52.16%-
XYZ18.9217.9620.56-
YUV119.3128.96137.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.34%
GREEN value IS 112 (44.14% from 255) = 30.60%
BLUE value IS 121 (47.66% from 255) = 33.06%
R=36.34%
G=30.60%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311212100.160.090.48334.298.5748.04
Hex85707901093014e930
Octal20516017102011605161160
Binary100001011110000111100101000010011100001010011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857079; }

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

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

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

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

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

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

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

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