#89807D

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

Shades of Hurricane #89807D

Tints of Hurricane #89807D

Color information

#89807D (or 0x89807D) is unknown color: approx Hurricane. HEX triplet: 89, 80 and 7D. RGB value is (137,128,125). Sum of RGB (Red+Green+Blue) = 137+128+125=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 137 - color contains mainly: red. Hex color #89807D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89807D is #767F82. Grayscale: #828282. Windows color (decimal): -7765891 or 8224905. OLE color: 8224905.

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

Color convert

RGB137128125-
CMYK00.070.090.46
HSL15º4.84%51.37%-
HSV(B)15º8.76%53.73%-
XYZ21.7422.2422.55-
YUV130.35124.98132.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.13%
GREEN value IS 128 (50.39% from 255) = 32.82%
BLUE value IS 125 (49.22% from 255) = 32.05%
R=35.13%
G=32.82%
B=32.05%

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
Decimal13712812500.070.090.46154.8451.37
Hex89807D0792Ef533
Octal21120017507115617563
Binary10001001100000001111101011110011011101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89807D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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