#89757C

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

Shades of Venus #89757C

Tints of Venus #89757C

Color information

#89757C (or 0x89757C) is unknown color: approx Venus. HEX triplet: 89, 75 and 7C. RGB value is (137,117,124). Sum of RGB (Red+Green+Blue) = 137+117+124=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 137 - color contains mainly: red. Hex color #89757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89757C is #768A83. Grayscale: #7B7B7B. Windows color (decimal): -7768708 or 8156553. OLE color: 8156553.

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

Color convert

RGB137117124-
CMYK00.150.090.46
HSL339º7.87%49.8%-
HSV(B)339º14.6%53.73%-
XYZ20.3219.521.76-
YUV123.78128.13137.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.24%
GREEN value IS 117 (46.09% from 255) = 30.95%
BLUE value IS 124 (48.83% from 255) = 32.80%
R=36.24%
G=30.95%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711712400.150.090.463397.8749.8
Hex89757C0F92E153832
Octal21116517401711565231062
Binary10001001111010111111000111110011011101010100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89757C; }

 p { color: rgb(137,117,124); }

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

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

 a { background-color: rgb(137,117,124); }

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

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

 span { border-color: rgb(137,117,124); }

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