#897E81

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

Shades of Venus #897E81

Tints of Venus #897E81

Color information

#897E81 (or 0x897E81) is unknown color: approx Venus. HEX triplet: 89, 7E and 81. RGB value is (137,126,129). Sum of RGB (Red+Green+Blue) = 137+126+129=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 137 - color contains mainly: red. Hex color #897E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897E81 is #76817E. Grayscale: #818181. Windows color (decimal): -7766399 or 8486537. OLE color: 8486537.

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

Color convert

RGB137126129-
CMYK00.080.060.46
HSL343.64º4.45%51.57%-
HSV(B)343.64º8.03%53.73%-
XYZ21.7421.8323.84-
YUV129.63127.64133.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.95%
GREEN value IS 126 (49.61% from 255) = 32.14%
BLUE value IS 129 (50.78% from 255) = 32.91%
R=34.95%
G=32.14%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712612900.080.060.46343.644.4551.57
Hex897E810862E158434
Octal211176201010656530464
Binary1000100111111101000000101000110101110101011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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