Shades of Hurricane #917E72
Tints of Hurricane #917E72
RGB
CMYK
RGB Variations
Color information
#917E72 (or 0x917E72) is known color: Hurricane. HEX triplet: 91, 7E and 72. RGB value is (145,126,114). Sum of RGB (Red+Green+Blue) = 145+126+114=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 145 - color contains mainly: red. Hex color #917E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917E72 is #6E818D. Grayscale: #828282. Windows color (decimal): -7242126 or 7503505. OLE color: 7503505.
HSL color Cylindrical-coordinate representation of color #917E72: hue angle of 23.23º 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 #917E72 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 126 | 114 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.43 |
| HSL | 23.23º | 0.12% | 0.51% | - |
| HSV(B) | 23.23º | 0.21% | 0.57% | - |
| XYZ | 22.18 | 22.16 | 19.03 | - |
| YUV | 130.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 126 | 114 | 0 | 0.13 | 0.21 | 0.43 | 23.23 | 0.12 | 0.51 |
| Hex | 91 | 7E | 72 | 0 | D | 15 | 2B | 17 | C | 33 |
| Octal | 221 | 176 | 162 | 0 | 15 | 25 | 53 | 27 | 14 | 63 |
| Binary | 10010001 | 1111110 | 1110010 | 0 | 1101 | 10101 | 101011 | 10111 | 1100 | 110011 |
Color Harmonies of #917E72
Complementary color
Monochromatic Colors of #917E72
Black with #917E72
Text Example
Text Example
White with #917E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917E72; }
p { color: rgb(145,126,114); }
H1.HeaderClassName
{
color: #917E72;
}
.AnyTagClassName
{
color: #917E72;
}
</style>
background-color css
<style>
a { background-color: #917E72; }
a { background-color: rgb(145,126,114); }
div.DivClassName
{
background-color: #917E72;
}
.BgClassName
{
background-color: #917E72;
}
</style>
border-color css
<style>
span { border-color: #917E72; }
span { border-color: rgb(145,126,114); }
td.TdClassName
{
border-color: #917E72;
}
.TagClassName
{
border-color: #917E72;
}
</style>