Shades of Hurricane #837A78
Tints of Hurricane #837A78
RGB
CMYK
RGB Variations
Color information
#837A78 (or 0x837A78) is known color: Hurricane. HEX triplet: 83, 7A and 78. RGB value is (131,122,120). Sum of RGB (Red+Green+Blue) = 131+122+120=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 131 - color contains mainly: red. Hex color #837A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837A78 is #7C8587. Grayscale: #7C7C7C. Windows color (decimal): -8160648 or 7895683. OLE color: 7895683.
HSL color Cylindrical-coordinate representation of color #837A78: hue angle of 10.91º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #837A78 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 122 | 120 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.49 |
| HSL | 10.91º | 0.04% | 0.49% | - |
| HSV(B) | 10.91º | 0.08% | 0.51% | - |
| XYZ | 19.71 | 20.1 | 20.61 | - |
| YUV | 124.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 122 | 120 | 0 | 0.07 | 0.08 | 0.49 | 10.91 | 0.04 | 0.49 |
| Hex | 83 | 7A | 78 | 0 | 7 | 8 | 31 | B | 4 | 31 |
| Octal | 203 | 172 | 170 | 0 | 7 | 10 | 61 | 13 | 4 | 61 |
| Binary | 10000011 | 1111010 | 1111000 | 0 | 111 | 1000 | 110001 | 1011 | 100 | 110001 |
Color Harmonies of #837A78
Complementary color
Monochromatic Colors of #837A78
Black with #837A78
Text Example
Text Example
White with #837A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837A78; }
p { color: rgb(131,122,120); }
H1.HeaderClassName
{
color: #837A78;
}
.AnyTagClassName
{
color: #837A78;
}
</style>
background-color css
<style>
a { background-color: #837A78; }
a { background-color: rgb(131,122,120); }
div.DivClassName
{
background-color: #837A78;
}
.BgClassName
{
background-color: #837A78;
}
</style>
border-color css
<style>
span { border-color: #837A78; }
span { border-color: rgb(131,122,120); }
td.TdClassName
{
border-color: #837A78;
}
.TagClassName
{
border-color: #837A78;
}
</style>