Shades of Hurricane #917D74
Tints of Hurricane #917D74
RGB
CMYK
RGB Variations
Color information
#917D74 (or 0x917D74) is known color: Hurricane. HEX triplet: 91, 7D and 74. RGB value is (145,125,116). Sum of RGB (Red+Green+Blue) = 145+125+116=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 145 - color contains mainly: red. Hex color #917D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917D74 is #6E828B. Grayscale: #828282. Windows color (decimal): -7242380 or 7634321. OLE color: 7634321.
HSL color Cylindrical-coordinate representation of color #917D74: hue angle of 18.62º 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 #917D74 is Cyan = 0, Magento = 0.14, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 125 | 116 | - |
| CMYK | 0 | 0.14 | 0.2 | 0.43 |
| HSL | 18.62º | 0.12% | 0.51% | - |
| HSV(B) | 18.62º | 0.2% | 0.57% | - |
| XYZ | 22.16 | 21.95 | 19.59 | - |
| YUV | 129.95 | 120.13 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 116 | 0 | 0.14 | 0.2 | 0.43 | 18.62 | 0.12 | 0.51 |
| Hex | 91 | 7D | 74 | 0 | E | 14 | 2B | 13 | C | 33 |
| Octal | 221 | 175 | 164 | 0 | 16 | 24 | 53 | 23 | 14 | 63 |
| Binary | 10010001 | 1111101 | 1110100 | 0 | 1110 | 10100 | 101011 | 10011 | 1100 | 110011 |
Color Harmonies of #917D74
Complementary color
Monochromatic Colors of #917D74
Black with #917D74
Text Example
Text Example
White with #917D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917D74; }
p { color: rgb(145,125,116); }
H1.HeaderClassName
{
color: #917D74;
}
.AnyTagClassName
{
color: #917D74;
}
</style>
background-color css
<style>
a { background-color: #917D74; }
a { background-color: rgb(145,125,116); }
div.DivClassName
{
background-color: #917D74;
}
.BgClassName
{
background-color: #917D74;
}
</style>
border-color css
<style>
span { border-color: #917D74; }
span { border-color: rgb(145,125,116); }
td.TdClassName
{
border-color: #917D74;
}
.TagClassName
{
border-color: #917D74;
}
</style>