#917F74

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

Shades of Hurricane #917F74

Tints of Hurricane #917F74

Color information

#917F74 (or 0x917F74) is unknown color: approx Hurricane. HEX triplet: 91, 7F and 74. RGB value is (145,127,116). Sum of RGB (Red+Green+Blue) = 145+127+116=388 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.37% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 145 - color contains mainly: red. Hex color #917F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917F74 is #6E808B. Grayscale: #838383. Windows color (decimal): -7241868 or 7634833. OLE color: 7634833.

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

Color convert

RGB145127116-
CMYK00.120.20.43
HSL22.76º11.65%51.18%-
HSV(B)22.76º20%56.86%-
XYZ22.4222.4619.68-
YUV131.13119.46137.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.37%
GREEN value IS 127 (50% from 255) = 32.73%
BLUE value IS 116 (45.70% from 255) = 29.90%
R=37.37%
G=32.73%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512711600.120.20.4322.7611.6551.18
Hex917F740C142B17c33
Octal2211771640142453271463
Binary10010001111111111101000110010100101011101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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