Shades of Hurricane #8D786D
Tints of Hurricane #8D786D
RGB
CMYK
RGB Variations
Color information
#8D786D (or 0x8D786D) is known color: Hurricane. HEX triplet: 8D, 78 and 6D. RGB value is (141,120,109). Sum of RGB (Red+Green+Blue) = 141+120+109=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 141 - color contains mainly: red. Hex color #8D786D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D786D is #728792. Grayscale: #7D7D7D. Windows color (decimal): -7505811 or 7174285. OLE color: 7174285.
HSL color Cylindrical-coordinate representation of color #8D786D: hue angle of 20.62º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8D786D is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 120 | 109 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.45 |
| HSL | 20.63º | 0.13% | 0.49% | - |
| HSV(B) | 20.63º | 0.23% | 0.55% | - |
| XYZ | 20.46 | 20.2 | 17.29 | - |
| YUV | 125.03 | 118.96 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 120 | 109 | 0 | 0.15 | 0.23 | 0.45 | 20.63 | 0.13 | 0.49 |
| Hex | 8D | 78 | 6D | 0 | F | 17 | 2D | 15 | D | 31 |
| Octal | 215 | 170 | 155 | 0 | 17 | 27 | 55 | 25 | 15 | 61 |
| Binary | 10001101 | 1111000 | 1101101 | 0 | 1111 | 10111 | 101101 | 10101 | 1101 | 110001 |
Color Harmonies of #8D786D
Complementary color
Monochromatic Colors of #8D786D
Black with #8D786D
Text Example
Text Example
White with #8D786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D786D; }
p { color: rgb(141,120,109); }
H1.HeaderClassName
{
color: #8D786D;
}
.AnyTagClassName
{
color: #8D786D;
}
</style>
background-color css
<style>
a { background-color: #8D786D; }
a { background-color: rgb(141,120,109); }
div.DivClassName
{
background-color: #8D786D;
}
.BgClassName
{
background-color: #8D786D;
}
</style>
border-color css
<style>
span { border-color: #8D786D; }
span { border-color: rgb(141,120,109); }
td.TdClassName
{
border-color: #8D786D;
}
.TagClassName
{
border-color: #8D786D;
}
</style>