#897C82

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

Shades of Venus #897C82

Tints of Venus #897C82

Color information

#897C82 (or 0x897C82) is unknown color: approx Venus. HEX triplet: 89, 7C and 82. RGB value is (137,124,130). Sum of RGB (Red+Green+Blue) = 137+124+130=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 137 - color contains mainly: red. Hex color #897C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897C82 is #76837D. Grayscale: #808080. Windows color (decimal): -7766910 or 8551561. OLE color: 8551561.

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

Color convert

RGB137124130-
CMYK00.090.050.46
HSL332.31º5.22%51.18%-
HSV(B)332.31º9.49%53.73%-
XYZ21.5521.3524.1-
YUV128.57128.81134.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.04%
GREEN value IS 124 (48.83% from 255) = 31.71%
BLUE value IS 130 (51.17% from 255) = 33.25%
R=35.04%
G=31.71%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712413000.090.050.46332.315.2251.18
Hex897C820952E14c533
Octal211174202011556514563
Binary1000100111111001000001001001101101110101001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,124,130); }

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

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

 a { background-color: rgb(137,124,130); }

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

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

 span { border-color: rgb(137,124,130); }

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