#89797E

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

Shades of Venus #89797E

Tints of Venus #89797E

Color information

#89797E (or 0x89797E) is unknown color: approx Venus. HEX triplet: 89, 79 and 7E. RGB value is (137,121,126). Sum of RGB (Red+Green+Blue) = 137+121+126=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 137 - color contains mainly: red. Hex color #89797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89797E is #768681. Grayscale: #7E7E7E. Windows color (decimal): -7767682 or 8288649. OLE color: 8288649.

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

Color convert

RGB137121126-
CMYK00.120.080.46
HSL341.25º6.35%50.59%-
HSV(B)341.25º11.68%53.73%-
XYZ20.9220.522.59-
YUV126.35127.8135.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.68%
GREEN value IS 121 (47.66% from 255) = 31.51%
BLUE value IS 126 (49.61% from 255) = 32.81%
R=35.68%
G=31.51%
B=32.81%

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
Decimal13712112600.120.080.46341.256.3550.59
Hex89797E0C82E155633
Octal2111711760141056525663
Binary1000100111110011111110011001000101110101010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89797E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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