Shades of Hurricane #82746E
Tints of Hurricane #82746E
RGB
CMYK
RGB Variations
Color information
#82746E (or 0x82746E) is known color: Hurricane. HEX triplet: 82, 74 and 6E. RGB value is (130,116,110). Sum of RGB (Red+Green+Blue) = 130+116+110=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 130 - color contains mainly: red. Hex color #82746E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82746E is #7D8B91. Grayscale: #777777. Windows color (decimal): -8227730 or 7238786. OLE color: 7238786.
HSL color Cylindrical-coordinate representation of color #82746E: hue angle of 18º 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 #82746E is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 116 | 110 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.49 |
| HSL | 18º | 0.08% | 0.47% | - |
| HSV(B) | 18º | 0.15% | 0.51% | - |
| XYZ | 18.27 | 18.36 | 17.33 | - |
| YUV | 119.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 116 | 110 | 0 | 0.11 | 0.15 | 0.49 | 18 | 0.08 | 0.47 |
| Hex | 82 | 74 | 6E | 0 | B | F | 31 | 12 | 8 | 2F |
| Octal | 202 | 164 | 156 | 0 | 13 | 17 | 61 | 22 | 10 | 57 |
| Binary | 10000010 | 1110100 | 1101110 | 0 | 1011 | 1111 | 110001 | 10010 | 1000 | 101111 |
Color Harmonies of #82746E
Complementary color
Monochromatic Colors of #82746E
Black with #82746E
Text Example
Text Example
White with #82746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82746E; }
p { color: rgb(130,116,110); }
H1.HeaderClassName
{
color: #82746E;
}
.AnyTagClassName
{
color: #82746E;
}
</style>
background-color css
<style>
a { background-color: #82746E; }
a { background-color: rgb(130,116,110); }
div.DivClassName
{
background-color: #82746E;
}
.BgClassName
{
background-color: #82746E;
}
</style>
border-color css
<style>
span { border-color: #82746E; }
span { border-color: rgb(130,116,110); }
td.TdClassName
{
border-color: #82746E;
}
.TagClassName
{
border-color: #82746E;
}
</style>