Shades of Hurricane #88827D
Tints of Hurricane #88827D
RGB
CMYK
RGB Variations
Color information
#88827D (or 0x88827D) is known color: Hurricane. HEX triplet: 88, 82 and 7D. RGB value is (136,130,125). Sum of RGB (Red+Green+Blue) = 136+130+125=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 136 - color contains mainly: red. Hex color #88827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88827D is #777D82. Grayscale: #838383. Windows color (decimal): -7830915 or 8225416. OLE color: 8225416.
HSL color Cylindrical-coordinate representation of color #88827D: hue angle of 27.27º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #88827D is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 130 | 125 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.47 |
| HSL | 27.27º | 0.04% | 0.51% | - |
| HSV(B) | 27.27º | 0.08% | 0.53% | - |
| XYZ | 21.84 | 22.68 | 22.63 | - |
| YUV | 131.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 125 | 0 | 0.04 | 0.08 | 0.47 | 27.27 | 0.04 | 0.51 |
| Hex | 88 | 82 | 7D | 0 | 4 | 8 | 2F | 1B | 4 | 33 |
| Octal | 210 | 202 | 175 | 0 | 4 | 10 | 57 | 33 | 4 | 63 |
| Binary | 10001000 | 10000010 | 1111101 | 0 | 100 | 1000 | 101111 | 11011 | 100 | 110011 |
Color Harmonies of #88827D
Complementary color
Monochromatic Colors of #88827D
Black with #88827D
Text Example
Text Example
White with #88827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88827D; }
p { color: rgb(136,130,125); }
H1.HeaderClassName
{
color: #88827D;
}
.AnyTagClassName
{
color: #88827D;
}
</style>
background-color css
<style>
a { background-color: #88827D; }
a { background-color: rgb(136,130,125); }
div.DivClassName
{
background-color: #88827D;
}
.BgClassName
{
background-color: #88827D;
}
</style>
border-color css
<style>
span { border-color: #88827D; }
span { border-color: rgb(136,130,125); }
td.TdClassName
{
border-color: #88827D;
}
.TagClassName
{
border-color: #88827D;
}
</style>