Shades of Hurricane #827D7A
Tints of Hurricane #827D7A
RGB
CMYK
RGB Variations
Color information
#827D7A (or 0x827D7A) is known color: Hurricane. HEX triplet: 82, 7D and 7A. RGB value is (130,125,122). Sum of RGB (Red+Green+Blue) = 130+125+122=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 130 - color contains mainly: red. Hex color #827D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827D7A is #7D8285. Grayscale: #7E7E7E. Windows color (decimal): -8225414 or 8027522. OLE color: 8027522.
HSL color Cylindrical-coordinate representation of color #827D7A: hue angle of 22.5º degrees, saturation: 0.03, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #827D7A is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 125 | 122 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.49 |
| HSL | 22.5º | 0.03% | 0.49% | - |
| HSV(B) | 22.5º | 0.06% | 0.51% | - |
| XYZ | 20.05 | 20.82 | 21.37 | - |
| YUV | 126.15 | 125.66 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 122 | 0 | 0.04 | 0.06 | 0.49 | 22.5 | 0.03 | 0.49 |
| Hex | 82 | 7D | 7A | 0 | 4 | 6 | 31 | 16 | 3 | 31 |
| Octal | 202 | 175 | 172 | 0 | 4 | 6 | 61 | 26 | 3 | 61 |
| Binary | 10000010 | 1111101 | 1111010 | 0 | 100 | 110 | 110001 | 10110 | 11 | 110001 |
Color Harmonies of #827D7A
Complementary color
Monochromatic Colors of #827D7A
Black with #827D7A
Text Example
Text Example
White with #827D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827D7A; }
p { color: rgb(130,125,122); }
H1.HeaderClassName
{
color: #827D7A;
}
.AnyTagClassName
{
color: #827D7A;
}
</style>
background-color css
<style>
a { background-color: #827D7A; }
a { background-color: rgb(130,125,122); }
div.DivClassName
{
background-color: #827D7A;
}
.BgClassName
{
background-color: #827D7A;
}
</style>
border-color css
<style>
span { border-color: #827D7A; }
span { border-color: rgb(130,125,122); }
td.TdClassName
{
border-color: #827D7A;
}
.TagClassName
{
border-color: #827D7A;
}
</style>