#89747A

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

Shades of Venus #89747A

Tints of Venus #89747A

Color information

#89747A (or 0x89747A) is unknown color: approx Venus. HEX triplet: 89, 74 and 7A. RGB value is (137,116,122). Sum of RGB (Red+Green+Blue) = 137+116+122=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 137 - color contains mainly: red. Hex color #89747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89747A is #768B85. Grayscale: #7A7A7A. Windows color (decimal): -7768966 or 8025225. OLE color: 8025225.

HSL color Cylindrical-coordinate representation of color #89747A: hue angle of 342.86º 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 #89747A is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB137116122-
CMYK00.150.110.46
HSL342.86º8.3%49.61%-
HSV(B)342.86º15.33%53.73%-
XYZ20.0719.2121.06-
YUV122.96127.46138.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.53%
GREEN value IS 116 (45.70% from 255) = 30.93%
BLUE value IS 122 (48.05% from 255) = 32.53%
R=36.53%
G=30.93%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711612200.150.110.46342.868.349.61
Hex89747A0FB2E157832
Octal21116417201713565271062
Binary10001001111010011110100111110111011101010101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89747A; }

 p { color: rgb(137,116,122); }

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

<style>
 a { background-color: #89747A; }

 a { background-color: rgb(137,116,122); }

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

<style>
 span { border-color: #89747A; }

 span { border-color: rgb(137,116,122); }

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