Shades of Hurricane #827A76
Tints of Hurricane #827A76
RGB
CMYK
RGB Variations
Color information
#827A76 (or 0x827A76) is known color: Hurricane. HEX triplet: 82, 7A and 76. RGB value is (130,122,118). Sum of RGB (Red+Green+Blue) = 130+122+118=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 130 - color contains mainly: red. Hex color #827A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A76 is #7D8589. Grayscale: #7B7B7B. Windows color (decimal): -8226186 or 7764610. OLE color: 7764610.
HSL color Cylindrical-coordinate representation of color #827A76: hue angle of 20º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #827A76 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 122 | 118 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.49 |
| HSL | 20º | 0.05% | 0.49% | - |
| HSV(B) | 20º | 0.09% | 0.51% | - |
| XYZ | 19.44 | 19.97 | 19.97 | - |
| YUV | 123.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 118 | 0 | 0.06 | 0.09 | 0.49 | 20 | 0.05 | 0.49 |
| Hex | 82 | 7A | 76 | 0 | 6 | 9 | 31 | 14 | 5 | 31 |
| Octal | 202 | 172 | 166 | 0 | 6 | 11 | 61 | 24 | 5 | 61 |
| Binary | 10000010 | 1111010 | 1110110 | 0 | 110 | 1001 | 110001 | 10100 | 101 | 110001 |
Color Harmonies of #827A76
Complementary color
Monochromatic Colors of #827A76
Black with #827A76
Text Example
Text Example
White with #827A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827A76; }
p { color: rgb(130,122,118); }
H1.HeaderClassName
{
color: #827A76;
}
.AnyTagClassName
{
color: #827A76;
}
</style>
background-color css
<style>
a { background-color: #827A76; }
a { background-color: rgb(130,122,118); }
div.DivClassName
{
background-color: #827A76;
}
.BgClassName
{
background-color: #827A76;
}
</style>
border-color css
<style>
span { border-color: #827A76; }
span { border-color: rgb(130,122,118); }
td.TdClassName
{
border-color: #827A76;
}
.TagClassName
{
border-color: #827A76;
}
</style>