#897980

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

Shades of Venus #897980

Tints of Venus #897980

Color information

#897980 (or 0x897980) is unknown color: approx Venus. HEX triplet: 89, 79 and 80. RGB value is (137,121,128). Sum of RGB (Red+Green+Blue) = 137+121+128=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 137 - color contains mainly: red. Hex color #897980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897980 is #76867F. Grayscale: #7E7E7E. Windows color (decimal): -7767680 or 8419721. OLE color: 8419721.

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

Color convert

RGB137121128-
CMYK00.120.070.46
HSL333.75º6.35%50.59%-
HSV(B)333.75º11.68%53.73%-
XYZ21.0520.5523.28-
YUV126.58128.8135.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.49%
GREEN value IS 121 (47.66% from 255) = 31.35%
BLUE value IS 128 (50.39% from 255) = 33.16%
R=35.49%
G=31.35%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712112800.120.070.46333.756.3550.59
Hex8979800C72E14e633
Octal211171200014756516663
Binary1000100111110011000000001100111101110101001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897980; }

 p { color: rgb(137,121,128); }

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

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

 a { background-color: rgb(137,121,128); }

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

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

 span { border-color: rgb(137,121,128); }

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