#897680

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

Shades of Venus #897680

Tints of Venus #897680

Color information

#897680 (or 0x897680) is unknown color: approx Venus. HEX triplet: 89, 76 and 80. RGB value is (137,118,128). Sum of RGB (Red+Green+Blue) = 137+118+128=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 137 - color contains mainly: red. Hex color #897680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897680 is #76897F. Grayscale: #7C7C7C. Windows color (decimal): -7768448 or 8418953. OLE color: 8418953.

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

Color convert

RGB137118128-
CMYK00.140.070.46
HSL328.42º7.45%50%-
HSV(B)328.42º13.87%53.73%-
XYZ20.6919.8323.16-
YUV124.82129.79136.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.77%
GREEN value IS 118 (46.48% from 255) = 30.81%
BLUE value IS 128 (50.39% from 255) = 33.42%
R=35.77%
G=30.81%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711812800.140.070.46328.427.4550
Hex8976800E72E148732
Octal211166200016756510762
Binary1000100111101101000000001110111101110101001000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897680; }

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

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

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

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

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

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

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

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