#917E75

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

Shades of Hurricane #917E75

Tints of Hurricane #917E75

Color information

#917E75 (or 0x917E75) is unknown color: approx Hurricane. HEX triplet: 91, 7E and 75. RGB value is (145,126,117). Sum of RGB (Red+Green+Blue) = 145+126+117=388 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.37% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 145 - color contains mainly: red. Hex color #917E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917E75 is #6E818A. Grayscale: #828282. Windows color (decimal): -7242123 or 7700113. OLE color: 7700113.

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

Color convert

RGB145126117-
CMYK00.130.190.43
HSL19.29º11.29%51.37%-
HSV(B)19.29º19.31%56.86%-
XYZ22.3522.2319.94-
YUV130.65120.29138.23-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.37%
GREEN value IS 126 (49.61% from 255) = 32.47%
BLUE value IS 117 (46.09% from 255) = 30.15%
R=37.37%
G=32.47%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512611700.130.190.4319.2911.2951.37
Hex917E750D132B13b33
Octal2211761650152353231363
Binary10010001111111011101010110110011101011100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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