#897079

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

Shades of Venus #897079

Tints of Venus #897079

Color information

#897079 (or 0x897079) is unknown color: approx Venus. HEX triplet: 89, 70 and 79. RGB value is (137,112,121). Sum of RGB (Red+Green+Blue) = 137+112+121=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 137 - color contains mainly: red. Hex color #897079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897079 is #768F86. Grayscale: #787878. Windows color (decimal): -7769991 or 7958665. OLE color: 7958665.

HSL color Cylindrical-coordinate representation of color #897079: hue angle of 338.4º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #897079 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB137112121-
CMYK00.180.120.46
HSL338.4º10.04%48.82%-
HSV(B)338.4º18.25%53.73%-
XYZ19.5618.2920.59-
YUV120.5128.28139.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.03%
GREEN value IS 112 (44.14% from 255) = 30.27%
BLUE value IS 121 (47.66% from 255) = 32.70%
R=37.03%
G=30.27%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711212100.180.120.46338.410.0448.82
Hex897079012C2E152a31
Octal21116017102214565221261
Binary100010011110000111100101001011001011101010100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897079; }

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

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

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

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

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

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

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

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