#89776E

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

Shades of Hurricane #89776E

Tints of Hurricane #89776E

Color information

#89776E (or 0x89776E) is unknown color: approx Hurricane. HEX triplet: 89, 77 and 6E. RGB value is (137,119,110). Sum of RGB (Red+Green+Blue) = 137+119+110=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 137 - color contains mainly: red. Hex color #89776E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89776E is #768891. Grayscale: #7B7B7B. Windows color (decimal): -7768210 or 7239561. OLE color: 7239561.

HSL color Cylindrical-coordinate representation of color #89776E: hue angle of 20º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #89776E is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB137119110-
CMYK00.130.200.46
HSL20º10.93%48.43%-
HSV(B)20º19.71%53.73%-
XYZ19.7319.6417.5-
YUV123.36120.46137.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.43%
GREEN value IS 119 (46.88% from 255) = 32.51%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=37.43%
G=32.51%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711911000.130.200.462010.9348.43
Hex89776E0D142E14b30
Octal2111671560152456241360
Binary10001001111011111011100110110100101110101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89776E; }

 p { color: rgb(137,119,110); }

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

<style>
 a { background-color: #89776E; }

 a { background-color: rgb(137,119,110); }

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

<style>
 span { border-color: #89776E; }

 span { border-color: rgb(137,119,110); }

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