#917E74

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

Shades of Hurricane #917E74

Tints of Hurricane #917E74

Color information

#917E74 (or 0x917E74) is unknown color: approx Hurricane. HEX triplet: 91, 7E and 74. RGB value is (145,126,116). Sum of RGB (Red+Green+Blue) = 145+126+116=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 145 - color contains mainly: red. Hex color #917E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917E74 is #6E818B. Grayscale: #828282. Windows color (decimal): -7242124 or 7634577. OLE color: 7634577.

HSL color Cylindrical-coordinate representation of color #917E74: hue angle of 20.69º 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 #917E74 is Cyan = 0, Magento = 0.13, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB145126116-
CMYK00.130.20.43
HSL20.69º11.65%51.18%-
HSV(B)20.69º20%56.86%-
XYZ22.2922.219.63-
YUV130.54119.79138.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.47%
GREEN value IS 126 (49.61% from 255) = 32.56%
BLUE value IS 116 (45.70% from 255) = 29.97%
R=37.47%
G=32.56%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512611600.130.20.4320.6911.6551.18
Hex917E740D142B15c33
Octal2211761640152453251463
Binary10010001111111011101000110110100101011101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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