#897D81

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

Shades of Venus #897D81

Tints of Venus #897D81

Color information

#897D81 (or 0x897D81) is unknown color: approx Venus. HEX triplet: 89, 7D and 81. RGB value is (137,125,129). Sum of RGB (Red+Green+Blue) = 137+125+129=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 137 - color contains mainly: red. Hex color #897D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897D81 is #76827E. Grayscale: #818181. Windows color (decimal): -7766655 or 8486281. OLE color: 8486281.

HSL color Cylindrical-coordinate representation of color #897D81: hue angle of 340º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #897D81 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB137125129-
CMYK00.090.060.46
HSL340º4.84%51.37%-
HSV(B)340º8.76%53.73%-
XYZ21.6121.5723.79-
YUV129.04127.98133.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.04%
GREEN value IS 125 (49.22% from 255) = 31.97%
BLUE value IS 129 (50.78% from 255) = 32.99%
R=35.04%
G=31.97%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712512900.090.060.463404.8451.37
Hex897D810962E154533
Octal211175201011656524563
Binary1000100111111011000000101001110101110101010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897D81; }

 p { color: rgb(137,125,129); }

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

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

 a { background-color: rgb(137,125,129); }

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

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

 span { border-color: rgb(137,125,129); }

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