#917C72

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

Shades of Hurricane #917C72

Tints of Hurricane #917C72

Color information

#917C72 (or 0x917C72) is unknown color: approx Hurricane. HEX triplet: 91, 7C and 72. RGB value is (145,124,114). Sum of RGB (Red+Green+Blue) = 145+124+114=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 145 - color contains mainly: red. Hex color #917C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917C72 is #6E838D. Grayscale: #818181. Windows color (decimal): -7242638 or 7502993. OLE color: 7502993.

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

Color convert

RGB145124114-
CMYK00.140.210.43
HSL19.35º12.35%50.78%-
HSV(B)19.35º21.38%56.86%-
XYZ21.9221.6518.94-
YUV129.14119.46139.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.86%
GREEN value IS 124 (48.83% from 255) = 32.38%
BLUE value IS 114 (44.92% from 255) = 29.77%
R=37.86%
G=32.38%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512411400.140.210.4319.3512.3550.78
Hex917C720E152B13c33
Octal2211741620162553231463
Binary10010001111110011100100111010101101011100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,124,114); }

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

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

 a { background-color: rgb(145,124,114); }

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

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

 span { border-color: rgb(145,124,114); }

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