Shades of Hurricane #917F75
Tints of Hurricane #917F75
RGB
CMYK
RGB Variations
Color information
#917F75 (or 0x917F75) is known color: Hurricane. HEX triplet: 91, 7F and 75. RGB value is (145,127,117). Sum of RGB (Red+Green+Blue) = 145+127+117=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 145 - color contains mainly: red. Hex color #917F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917F75 is #6E808A. Grayscale: #838383. Windows color (decimal): -7241867 or 7700369. OLE color: 7700369.
HSL color Cylindrical-coordinate representation of color #917F75: hue angle of 21.43º 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 #917F75 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 127 | 117 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.43 |
| HSL | 21.43º | 0.11% | 0.51% | - |
| HSV(B) | 21.43º | 0.19% | 0.57% | - |
| XYZ | 22.48 | 22.48 | 19.98 | - |
| YUV | 131.24 | 119.96 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 117 | 0 | 0.12 | 0.19 | 0.43 | 21.43 | 0.11 | 0.51 |
| Hex | 91 | 7F | 75 | 0 | C | 13 | 2B | 15 | B | 33 |
| Octal | 221 | 177 | 165 | 0 | 14 | 23 | 53 | 25 | 13 | 63 |
| Binary | 10010001 | 1111111 | 1110101 | 0 | 1100 | 10011 | 101011 | 10101 | 1011 | 110011 |
Color Harmonies of #917F75
Complementary color
Monochromatic Colors of #917F75
Black with #917F75
Text Example
Text Example
White with #917F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917F75; }
p { color: rgb(145,127,117); }
H1.HeaderClassName
{
color: #917F75;
}
.AnyTagClassName
{
color: #917F75;
}
</style>
background-color css
<style>
a { background-color: #917F75; }
a { background-color: rgb(145,127,117); }
div.DivClassName
{
background-color: #917F75;
}
.BgClassName
{
background-color: #917F75;
}
</style>
border-color css
<style>
span { border-color: #917F75; }
span { border-color: rgb(145,127,117); }
td.TdClassName
{
border-color: #917F75;
}
.TagClassName
{
border-color: #917F75;
}
</style>