#89797F

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

Shades of Venus #89797F

Tints of Venus #89797F

Color information

#89797F (or 0x89797F) is unknown color: approx Venus. HEX triplet: 89, 79 and 7F. RGB value is (137,121,127). Sum of RGB (Red+Green+Blue) = 137+121+127=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 137 - color contains mainly: red. Hex color #89797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89797F is #768680. Grayscale: #7E7E7E. Windows color (decimal): -7767681 or 8354185. OLE color: 8354185.

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

Color convert

RGB137121127-
CMYK00.120.070.46
HSL337.5º6.35%50.59%-
HSV(B)337.5º11.68%53.73%-
XYZ20.9820.5322.93-
YUV126.47128.3135.51-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.58%
GREEN value IS 121 (47.66% from 255) = 31.43%
BLUE value IS 127 (50% from 255) = 32.99%
R=35.58%
G=31.43%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712112700.120.070.46337.56.3550.59
Hex89797F0C72E152633
Octal211171177014756522663
Binary100010011111001111111101100111101110101010010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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