#89787E

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

Shades of Venus #89787E

Tints of Venus #89787E

Color information

#89787E (or 0x89787E) is unknown color: approx Venus. HEX triplet: 89, 78 and 7E. RGB value is (137,120,126). Sum of RGB (Red+Green+Blue) = 137+120+126=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 137 - color contains mainly: red. Hex color #89787E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89787E is #768781. Grayscale: #7D7D7D. Windows color (decimal): -7767938 or 8288393. OLE color: 8288393.

HSL color Cylindrical-coordinate representation of color #89787E: hue angle of 338.82º 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 #89787E is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB137120126-
CMYK00.120.080.46
HSL338.82º6.72%50.39%-
HSV(B)338.82º12.41%53.73%-
XYZ20.820.2622.55-
YUV125.77128.13136.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.77%
GREEN value IS 120 (47.27% from 255) = 31.33%
BLUE value IS 126 (49.61% from 255) = 32.90%
R=35.77%
G=31.33%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712012600.120.080.46338.826.7250.39
Hex89787E0C82E153732
Octal2111701760141056523762
Binary1000100111110001111110011001000101110101010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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