Shades of Hurricane #82756F
Tints of Hurricane #82756F
RGB
CMYK
RGB Variations
Color information
#82756F (or 0x82756F) is known color: Hurricane. HEX triplet: 82, 75 and 6F. RGB value is (130,117,111). Sum of RGB (Red+Green+Blue) = 130+117+111=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 130 - color contains mainly: red. Hex color #82756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82756F is #7D8A90. Grayscale: #787878. Windows color (decimal): -8227473 or 7304578. OLE color: 7304578.
HSL color Cylindrical-coordinate representation of color #82756F: hue angle of 18.95º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #82756F is Cyan = 0, Magento = 0.1, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 117 | 111 | - |
| CMYK | 0 | 0.1 | 0.15 | 0.49 |
| HSL | 18.95º | 0.08% | 0.47% | - |
| HSV(B) | 18.95º | 0.15% | 0.51% | - |
| XYZ | 18.44 | 18.62 | 17.66 | - |
| YUV | 120.2 | 122.81 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 117 | 111 | 0 | 0.1 | 0.15 | 0.49 | 18.95 | 0.08 | 0.47 |
| Hex | 82 | 75 | 6F | 0 | A | F | 31 | 13 | 8 | 2F |
| Octal | 202 | 165 | 157 | 0 | 12 | 17 | 61 | 23 | 10 | 57 |
| Binary | 10000010 | 1110101 | 1101111 | 0 | 1010 | 1111 | 110001 | 10011 | 1000 | 101111 |
Color Harmonies of #82756F
Complementary color
Monochromatic Colors of #82756F
Black with #82756F
Text Example
Text Example
White with #82756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82756F; }
p { color: rgb(130,117,111); }
H1.HeaderClassName
{
color: #82756F;
}
.AnyTagClassName
{
color: #82756F;
}
</style>
background-color css
<style>
a { background-color: #82756F; }
a { background-color: rgb(130,117,111); }
div.DivClassName
{
background-color: #82756F;
}
.BgClassName
{
background-color: #82756F;
}
</style>
border-color css
<style>
span { border-color: #82756F; }
span { border-color: rgb(130,117,111); }
td.TdClassName
{
border-color: #82756F;
}
.TagClassName
{
border-color: #82756F;
}
</style>