#89787C

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

Shades of Venus #89787C

Tints of Venus #89787C

Color information

#89787C (or 0x89787C) is unknown color: approx Venus. HEX triplet: 89, 78 and 7C. RGB value is (137,120,124). Sum of RGB (Red+Green+Blue) = 137+120+124=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 137 - color contains mainly: red. Hex color #89787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89787C is #768783. Grayscale: #7D7D7D. Windows color (decimal): -7767940 or 8157321. OLE color: 8157321.

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

Color convert

RGB137120124-
CMYK00.120.090.46
HSL345.88º6.72%50.39%-
HSV(B)345.88º12.41%53.73%-
XYZ20.6720.2121.88-
YUV125.54127.13136.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.96%
GREEN value IS 120 (47.27% from 255) = 31.50%
BLUE value IS 124 (48.83% from 255) = 32.55%
R=35.96%
G=31.50%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712012400.120.090.46345.886.7250.39
Hex89787C0C92E15a732
Octal2111701740141156532762
Binary1000100111110001111100011001001101110101011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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