#917F78

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

Shades of Hurricane #917F78

Tints of Hurricane #917F78

Color information

#917F78 (or 0x917F78) is unknown color: approx Hurricane. HEX triplet: 91, 7F and 78. RGB value is (145,127,120). Sum of RGB (Red+Green+Blue) = 145+127+120=392 (51% of max value = 765). Red value is 145 (57.03% from 255 or 36.99% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 145 - color contains mainly: red. Hex color #917F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917F78 is #6E8087. Grayscale: #838383. Windows color (decimal): -7241864 or 7896977. OLE color: 7896977.

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

Color convert

RGB145127120-
CMYK00.120.170.43
HSL16.8º10.2%51.96%-
HSV(B)16.8º17.24%56.86%-
XYZ22.6622.5520.93-
YUV131.58121.46137.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.99%
GREEN value IS 127 (50% from 255) = 32.40%
BLUE value IS 120 (47.27% from 255) = 30.61%
R=36.99%
G=32.40%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512712000.120.170.4316.810.251.96
Hex917F780C112B11a34
Octal2211771700142153211264
Binary10010001111111111110000110010001101011100011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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