Shades of Hurricane #928074
Tints of Hurricane #928074
RGB
CMYK
RGB Variations
Color information
#928074 (or 0x928074) is known color: Hurricane. HEX triplet: 92, 80 and 74. RGB value is (146,128,116). Sum of RGB (Red+Green+Blue) = 146+128+116=390 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.44% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 146 - color contains mainly: red. Hex color #928074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928074 is #6D7F8B. Grayscale: #848484. Windows color (decimal): -7176076 or 7635090. OLE color: 7635090.
HSL color Cylindrical-coordinate representation of color #928074: hue angle of 24º 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 #928074 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 128 | 116 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.43 |
| HSL | 24º | 0.12% | 0.51% | - |
| HSV(B) | 24º | 0.21% | 0.57% | - |
| XYZ | 22.73 | 22.81 | 19.73 | - |
| YUV | 132.01 | 118.96 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 128 | 116 | 0 | 0.12 | 0.21 | 0.43 | 24 | 0.12 | 0.51 |
| Hex | 92 | 80 | 74 | 0 | C | 15 | 2B | 18 | C | 33 |
| Octal | 222 | 200 | 164 | 0 | 14 | 25 | 53 | 30 | 14 | 63 |
| Binary | 10010010 | 10000000 | 1110100 | 0 | 1100 | 10101 | 101011 | 11000 | 1100 | 110011 |
Color Harmonies of #928074
Complementary color
Monochromatic Colors of #928074
Black with #928074
Text Example
Text Example
White with #928074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928074; }
p { color: rgb(146,128,116); }
H1.HeaderClassName
{
color: #928074;
}
.AnyTagClassName
{
color: #928074;
}
</style>
background-color css
<style>
a { background-color: #928074; }
a { background-color: rgb(146,128,116); }
div.DivClassName
{
background-color: #928074;
}
.BgClassName
{
background-color: #928074;
}
</style>
border-color css
<style>
span { border-color: #928074; }
span { border-color: rgb(146,128,116); }
td.TdClassName
{
border-color: #928074;
}
.TagClassName
{
border-color: #928074;
}
</style>