#89757B

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

Shades of Venus #89757B

Tints of Venus #89757B

Color information

#89757B (or 0x89757B) is unknown color: approx Venus. HEX triplet: 89, 75 and 7B. RGB value is (137,117,123). Sum of RGB (Red+Green+Blue) = 137+117+123=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 137 - color contains mainly: red. Hex color #89757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89757B is #768A84. Grayscale: #7B7B7B. Windows color (decimal): -7768709 or 8091017. OLE color: 8091017.

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

Color convert

RGB137117123-
CMYK00.150.100.46
HSL342º7.87%49.8%-
HSV(B)342º14.6%53.73%-
XYZ20.2519.4721.43-
YUV123.66127.63137.51-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.34%
GREEN value IS 117 (46.09% from 255) = 31.03%
BLUE value IS 123 (48.44% from 255) = 32.63%
R=36.34%
G=31.03%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711712300.150.100.463427.8749.8
Hex89757B0FA2E156832
Octal21116517301712565261062
Binary10001001111010111110110111110101011101010101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89757B; }

 p { color: rgb(137,117,123); }

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

<style>
 a { background-color: #89757B; }

 a { background-color: rgb(137,117,123); }

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

<style>
 span { border-color: #89757B; }

 span { border-color: rgb(137,117,123); }

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