#897F84

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

Shades of Venus #897F84

Tints of Venus #897F84

Color information

#897F84 (or 0x897F84) is unknown color: approx Venus. HEX triplet: 89, 7F and 84. RGB value is (137,127,132). Sum of RGB (Red+Green+Blue) = 137+127+132=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 137 - color contains mainly: red. Hex color #897F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897F84 is #76807B. Grayscale: #828282. Windows color (decimal): -7766140 or 8683401. OLE color: 8683401.

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

Color convert

RGB137127132-
CMYK00.070.040.46
HSL330º4.07%51.76%-
HSV(B)330º7.3%53.73%-
XYZ22.0722.1624.94-
YUV130.56128.81132.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.60%
GREEN value IS 127 (50% from 255) = 32.07%
BLUE value IS 132 (51.95% from 255) = 33.33%
R=34.60%
G=32.07%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712713200.070.040.463304.0751.76
Hex897F840742E14a434
Octal21117720407456512464
Binary100010011111111100001000111100101110101001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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