#897D83

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

Shades of Venus #897D83

Tints of Venus #897D83

Color information

#897D83 (or 0x897D83) is unknown color: approx Venus. HEX triplet: 89, 7D and 83. RGB value is (137,125,131). Sum of RGB (Red+Green+Blue) = 137+125+131=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 137 - color contains mainly: red. Hex color #897D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897D83 is #76827C. Grayscale: #818181. Windows color (decimal): -7766653 or 8617353. OLE color: 8617353.

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

Color convert

RGB137125131-
CMYK00.090.040.46
HSL330º4.84%51.37%-
HSV(B)330º8.76%53.73%-
XYZ21.7521.6224.5-
YUV129.27128.98133.51-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.86%
GREEN value IS 125 (49.22% from 255) = 31.81%
BLUE value IS 131 (51.56% from 255) = 33.33%
R=34.86%
G=31.81%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712513100.090.040.463304.8451.37
Hex897D830942E14a533
Octal211175203011456512563
Binary1000100111111011000001101001100101110101001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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