Shades of Hurricane #8B827B
Tints of Hurricane #8B827B
RGB
CMYK
RGB Variations
Color information
#8B827B (or 0x8B827B) is known color: Hurricane. HEX triplet: 8B, 82 and 7B. RGB value is (139,130,123). Sum of RGB (Red+Green+Blue) = 139+130+123=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 139 - color contains mainly: red. Hex color #8B827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B827B is #747D84. Grayscale: #838383. Windows color (decimal): -7634309 or 8094347. OLE color: 8094347.
HSL color Cylindrical-coordinate representation of color #8B827B: hue angle of 26.25º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8B827B is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 130 | 123 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.45 |
| HSL | 26.25º | 0.06% | 0.51% | - |
| HSV(B) | 26.25º | 0.12% | 0.55% | - |
| XYZ | 22.21 | 22.88 | 21.99 | - |
| YUV | 131.89 | 122.98 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 130 | 123 | 0 | 0.06 | 0.12 | 0.45 | 26.25 | 0.06 | 0.51 |
| Hex | 8B | 82 | 7B | 0 | 6 | C | 2D | 1A | 6 | 33 |
| Octal | 213 | 202 | 173 | 0 | 6 | 14 | 55 | 32 | 6 | 63 |
| Binary | 10001011 | 10000010 | 1111011 | 0 | 110 | 1100 | 101101 | 11010 | 110 | 110011 |
Color Harmonies of #8B827B
Complementary color
Monochromatic Colors of #8B827B
Black with #8B827B
Text Example
Text Example
White with #8B827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B827B; }
p { color: rgb(139,130,123); }
H1.HeaderClassName
{
color: #8B827B;
}
.AnyTagClassName
{
color: #8B827B;
}
</style>
background-color css
<style>
a { background-color: #8B827B; }
a { background-color: rgb(139,130,123); }
div.DivClassName
{
background-color: #8B827B;
}
.BgClassName
{
background-color: #8B827B;
}
</style>
border-color css
<style>
span { border-color: #8B827B; }
span { border-color: rgb(139,130,123); }
td.TdClassName
{
border-color: #8B827B;
}
.TagClassName
{
border-color: #8B827B;
}
</style>