Shades of Suva Grey #8C8584
Tints of Suva Grey #8C8584
RGB
CMYK
RGB Variations
Color information
#8C8584 (or 0x8C8584) is known color: Suva Grey. HEX triplet: 8C, 85 and 84. RGB value is (140,133,132). Sum of RGB (Red+Green+Blue) = 140+133+132=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8584 is #737A7B. Grayscale: #868686. Windows color (decimal): -7567996 or 8684940. OLE color: 8684940.
HSL color Cylindrical-coordinate representation of color #8C8584: hue angle of 7.5º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8C8584 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 133 | 132 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.45 |
| HSL | 7.5º | 0.03% | 0.53% | - |
| HSV(B) | 7.5º | 0.06% | 0.55% | - |
| XYZ | 23.37 | 24.02 | 25.23 | - |
| YUV | 134.98 | 126.32 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 132 | 0 | 0.05 | 0.06 | 0.45 | 7.5 | 0.03 | 0.53 |
| Hex | 8C | 85 | 84 | 0 | 5 | 6 | 2D | 8 | 3 | 35 |
| Octal | 214 | 205 | 204 | 0 | 5 | 6 | 55 | 10 | 3 | 65 |
| Binary | 10001100 | 10000101 | 10000100 | 0 | 101 | 110 | 101101 | 1000 | 11 | 110101 |
Color Harmonies of #8C8584
Complementary color
Monochromatic Colors of #8C8584
Black with #8C8584
Text Example
Text Example
White with #8C8584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8584; }
p { color: rgb(140,133,132); }
H1.HeaderClassName
{
color: #8C8584;
}
.AnyTagClassName
{
color: #8C8584;
}
</style>
background-color css
<style>
a { background-color: #8C8584; }
a { background-color: rgb(140,133,132); }
div.DivClassName
{
background-color: #8C8584;
}
.BgClassName
{
background-color: #8C8584;
}
</style>
border-color css
<style>
span { border-color: #8C8584; }
span { border-color: rgb(140,133,132); }
td.TdClassName
{
border-color: #8C8584;
}
.TagClassName
{
border-color: #8C8584;
}
</style>