#897D82

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

Shades of Venus #897D82

Tints of Venus #897D82

Color information

#897D82 (or 0x897D82) is unknown color: approx Venus. HEX triplet: 89, 7D and 82. RGB value is (137,125,130). Sum of RGB (Red+Green+Blue) = 137+125+130=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 137 - color contains mainly: red. Hex color #897D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897D82 is #76827D. Grayscale: #818181. Windows color (decimal): -7766654 or 8551817. OLE color: 8551817.

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

Color convert

RGB137125130-
CMYK00.090.050.46
HSL335º4.84%51.37%-
HSV(B)335º8.76%53.73%-
XYZ21.6821.624.15-
YUV129.16128.48133.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.95%
GREEN value IS 125 (49.22% from 255) = 31.89%
BLUE value IS 130 (51.17% from 255) = 33.16%
R=34.95%
G=31.89%
B=33.16%

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
Decimal13712513000.090.050.463354.8451.37
Hex897D820952E14f533
Octal211175202011556517563
Binary1000100111111011000001001001101101110101001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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