#917F77

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

Shades of Hurricane #917F77

Tints of Hurricane #917F77

Color information

#917F77 (or 0x917F77) is unknown color: approx Hurricane. HEX triplet: 91, 7F and 77. RGB value is (145,127,119). Sum of RGB (Red+Green+Blue) = 145+127+119=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 145 - color contains mainly: red. Hex color #917F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917F77 is #6E8088. Grayscale: #838383. Windows color (decimal): -7241865 or 7831441. OLE color: 7831441.

HSL color Cylindrical-coordinate representation of color #917F77: hue angle of 18.46º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #917F77 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB145127119-
CMYK00.120.180.43
HSL18.46º10.57%51.76%-
HSV(B)18.46º17.93%56.86%-
XYZ22.622.5320.61-
YUV131.47120.96137.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.08%
GREEN value IS 127 (50% from 255) = 32.48%
BLUE value IS 119 (46.88% from 255) = 30.43%
R=37.08%
G=32.48%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512711900.120.180.4318.4610.5751.76
Hex917F770C122B12b34
Octal2211771670142253221364
Binary10010001111111111101110110010010101011100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917F77; }

 p { color: rgb(145,127,119); }

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

<style>
 a { background-color: #917F77; }

 a { background-color: rgb(145,127,119); }

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

<style>
 span { border-color: #917F77; }

 span { border-color: rgb(145,127,119); }

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