Shades of Hurricane #7B7471
Tints of Hurricane #7B7471
RGB
CMYK
RGB Variations
Color information
#7B7471 (or 0x7B7471) is known color: Hurricane. HEX triplet: 7B, 74 and 71. RGB value is (123,116,113). Sum of RGB (Red+Green+Blue) = 123+116+113=352 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.94% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7471 is #848B8E. Grayscale: #757575. Windows color (decimal): -8686479 or 7435387. OLE color: 7435387.
HSL color Cylindrical-coordinate representation of color #7B7471: hue angle of 18º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7B7471 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 116 | 113 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.52 |
| HSL | 18º | 0.04% | 0.46% | - |
| HSV(B) | 18º | 0.08% | 0.48% | - |
| XYZ | 17.39 | 17.89 | 18.16 | - |
| YUV | 117.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 116 | 113 | 0 | 0.06 | 0.08 | 0.52 | 18 | 0.04 | 0.46 |
| Hex | 7B | 74 | 71 | 0 | 6 | 8 | 34 | 12 | 4 | 2E |
| Octal | 173 | 164 | 161 | 0 | 6 | 10 | 64 | 22 | 4 | 56 |
| Binary | 1111011 | 1110100 | 1110001 | 0 | 110 | 1000 | 110100 | 10010 | 100 | 101110 |
Color Harmonies of #7B7471
Complementary color
Monochromatic Colors of #7B7471
Black with #7B7471
Text Example
Text Example
White with #7B7471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7471; }
p { color: rgb(123,116,113); }
H1.HeaderClassName
{
color: #7B7471;
}
.AnyTagClassName
{
color: #7B7471;
}
</style>
background-color css
<style>
a { background-color: #7B7471; }
a { background-color: rgb(123,116,113); }
div.DivClassName
{
background-color: #7B7471;
}
.BgClassName
{
background-color: #7B7471;
}
</style>
border-color css
<style>
span { border-color: #7B7471; }
span { border-color: rgb(123,116,113); }
td.TdClassName
{
border-color: #7B7471;
}
.TagClassName
{
border-color: #7B7471;
}
</style>