#89807C

Color #89807C Hurricane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hurricane #89807C

Tints of Hurricane #89807C

Color information

#89807C (or 0x89807C) is unknown color: approx Hurricane. HEX triplet: 89, 80 and 7C. RGB value is (137,128,124). Sum of RGB (Red+Green+Blue) = 137+128+124=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 137 - color contains mainly: red. Hex color #89807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89807C is #767F83. Grayscale: #828282. Windows color (decimal): -7765892 or 8159369. OLE color: 8159369.

HSL color Cylindrical-coordinate representation of color #89807C: hue angle of 18.46º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #89807C is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB137128124-
CMYK00.070.090.46
HSL18.46º5.22%51.18%-
HSV(B)18.46º9.49%53.73%-
XYZ21.6722.2122.21-
YUV130.23124.48132.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.22%
GREEN value IS 128 (50.39% from 255) = 32.90%
BLUE value IS 124 (48.83% from 255) = 31.88%
R=35.22%
G=32.90%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712812400.070.090.4618.465.2251.18
Hex89807C0792E12533
Octal21120017407115622563
Binary100010011000000011111000111100110111010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89807C; }

 p { color: rgb(137,128,124); }

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

<style>
 a { background-color: #89807C; }

 a { background-color: rgb(137,128,124); }

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

<style>
 span { border-color: #89807C; }

 span { border-color: rgb(137,128,124); }

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