Shades of Suva Grey #8C8482
Tints of Suva Grey #8C8482
RGB
CMYK
RGB Variations
Color information
#8C8482 (or 0x8C8482) is known color: Suva Grey. HEX triplet: 8C, 84 and 82. RGB value is (140,132,130). Sum of RGB (Red+Green+Blue) = 140+132+130=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8482 is #737B7D. Grayscale: #868686. Windows color (decimal): -7568254 or 8553612. OLE color: 8553612.
HSL color Cylindrical-coordinate representation of color #8C8482: hue angle of 12º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8C8482 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 130 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.45 |
| HSL | 12º | 0.04% | 0.53% | - |
| HSV(B) | 12º | 0.07% | 0.55% | - |
| XYZ | 23.1 | 23.69 | 24.47 | - |
| YUV | 134.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 130 | 0 | 0.06 | 0.07 | 0.45 | 12 | 0.04 | 0.53 |
| Hex | 8C | 84 | 82 | 0 | 6 | 7 | 2D | C | 4 | 35 |
| Octal | 214 | 204 | 202 | 0 | 6 | 7 | 55 | 14 | 4 | 65 |
| Binary | 10001100 | 10000100 | 10000010 | 0 | 110 | 111 | 101101 | 1100 | 100 | 110101 |
Color Harmonies of #8C8482
Complementary color
Monochromatic Colors of #8C8482
Black with #8C8482
Text Example
Text Example
White with #8C8482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8482; }
p { color: rgb(140,132,130); }
H1.HeaderClassName
{
color: #8C8482;
}
.AnyTagClassName
{
color: #8C8482;
}
</style>
background-color css
<style>
a { background-color: #8C8482; }
a { background-color: rgb(140,132,130); }
div.DivClassName
{
background-color: #8C8482;
}
.BgClassName
{
background-color: #8C8482;
}
</style>
border-color css
<style>
span { border-color: #8C8482; }
span { border-color: rgb(140,132,130); }
td.TdClassName
{
border-color: #8C8482;
}
.TagClassName
{
border-color: #8C8482;
}
</style>