#897E7F

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

Shades of Venus #897E7F

Tints of Venus #897E7F

Color information

#897E7F (or 0x897E7F) is unknown color: approx Venus. HEX triplet: 89, 7E and 7F. RGB value is (137,126,127). Sum of RGB (Red+Green+Blue) = 137+126+127=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 137 - color contains mainly: red. Hex color #897E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897E7F is #768180. Grayscale: #818181. Windows color (decimal): -7766401 or 8355465. OLE color: 8355465.

HSL color Cylindrical-coordinate representation of color #897E7F: hue angle of 354.55º 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 #897E7F is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB137126127-
CMYK00.080.070.46
HSL354.55º4.45%51.57%-
HSV(B)354.55º8.03%53.73%-
XYZ21.6121.7723.14-
YUV129.4126.64133.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.13%
GREEN value IS 126 (49.61% from 255) = 32.31%
BLUE value IS 127 (50% from 255) = 32.56%
R=35.13%
G=32.31%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712612700.080.070.46354.554.4551.57
Hex897E7F0872E163434
Octal211176177010756543464
Binary100010011111110111111101000111101110101100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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