Shades of Suva Grey #8C8582
Tints of Suva Grey #8C8582
RGB
CMYK
RGB Variations
Color information
#8C8582 (or 0x8C8582) is known color: Suva Grey. HEX triplet: 8C, 85 and 82. RGB value is (140,133,130). Sum of RGB (Red+Green+Blue) = 140+133+130=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8582 is #737A7D. Grayscale: #868686. Windows color (decimal): -7567998 or 8553868. OLE color: 8553868.
HSL color Cylindrical-coordinate representation of color #8C8582: hue angle of 18º 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 #8C8582 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 133 | 130 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.45 |
| HSL | 18º | 0.04% | 0.53% | - |
| HSV(B) | 18º | 0.07% | 0.55% | - |
| XYZ | 23.23 | 23.96 | 24.52 | - |
| YUV | 134.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 130 | 0 | 0.05 | 0.07 | 0.45 | 18 | 0.04 | 0.53 |
| Hex | 8C | 85 | 82 | 0 | 5 | 7 | 2D | 12 | 4 | 35 |
| Octal | 214 | 205 | 202 | 0 | 5 | 7 | 55 | 22 | 4 | 65 |
| Binary | 10001100 | 10000101 | 10000010 | 0 | 101 | 111 | 101101 | 10010 | 100 | 110101 |
Color Harmonies of #8C8582
Complementary color
Monochromatic Colors of #8C8582
Black with #8C8582
Text Example
Text Example
White with #8C8582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8582; }
p { color: rgb(140,133,130); }
H1.HeaderClassName
{
color: #8C8582;
}
.AnyTagClassName
{
color: #8C8582;
}
</style>
background-color css
<style>
a { background-color: #8C8582; }
a { background-color: rgb(140,133,130); }
div.DivClassName
{
background-color: #8C8582;
}
.BgClassName
{
background-color: #8C8582;
}
</style>
border-color css
<style>
span { border-color: #8C8582; }
span { border-color: rgb(140,133,130); }
td.TdClassName
{
border-color: #8C8582;
}
.TagClassName
{
border-color: #8C8582;
}
</style>