Shades of Hurricane #837D7A
Tints of Hurricane #837D7A
RGB
CMYK
RGB Variations
Color information
#837D7A (or 0x837D7A) is known color: Hurricane. HEX triplet: 83, 7D and 7A. RGB value is (131,125,122). Sum of RGB (Red+Green+Blue) = 131+125+122=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 131 - color contains mainly: red. Hex color #837D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837D7A is #7C8285. Grayscale: #7E7E7E. Windows color (decimal): -8159878 or 8027523. OLE color: 8027523.
HSL color Cylindrical-coordinate representation of color #837D7A: hue angle of 20º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #837D7A is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 125 | 122 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.49 |
| HSL | 20º | 0.04% | 0.5% | - |
| HSV(B) | 20º | 0.07% | 0.51% | - |
| XYZ | 20.21 | 20.9 | 21.38 | - |
| YUV | 126.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 125 | 122 | 0 | 0.05 | 0.07 | 0.49 | 20 | 0.04 | 0.5 |
| Hex | 83 | 7D | 7A | 0 | 5 | 7 | 31 | 14 | 4 | 32 |
| Octal | 203 | 175 | 172 | 0 | 5 | 7 | 61 | 24 | 4 | 62 |
| Binary | 10000011 | 1111101 | 1111010 | 0 | 101 | 111 | 110001 | 10100 | 100 | 110010 |
Color Harmonies of #837D7A
Complementary color
Monochromatic Colors of #837D7A
Black with #837D7A
Text Example
Text Example
White with #837D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837D7A; }
p { color: rgb(131,125,122); }
H1.HeaderClassName
{
color: #837D7A;
}
.AnyTagClassName
{
color: #837D7A;
}
</style>
background-color css
<style>
a { background-color: #837D7A; }
a { background-color: rgb(131,125,122); }
div.DivClassName
{
background-color: #837D7A;
}
.BgClassName
{
background-color: #837D7A;
}
</style>
border-color css
<style>
span { border-color: #837D7A; }
span { border-color: rgb(131,125,122); }
td.TdClassName
{
border-color: #837D7A;
}
.TagClassName
{
border-color: #837D7A;
}
</style>