Shades of Suva Grey #8C8483
Tints of Suva Grey #8C8483
RGB
CMYK
RGB Variations
Color information
#8C8483 (or 0x8C8483) is known color: Suva Grey. HEX triplet: 8C, 84 and 83. RGB value is (140,132,131). Sum of RGB (Red+Green+Blue) = 140+132+131=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8483 is #737B7C. Grayscale: #868686. Windows color (decimal): -7568253 or 8619148. OLE color: 8619148.
HSL color Cylindrical-coordinate representation of color #8C8483: hue angle of 6.67º degrees, saturation: 0.04, 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 #8C8483 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 131 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.45 |
| HSL | 6.67º | 0.04% | 0.53% | - |
| HSV(B) | 6.67º | 0.06% | 0.55% | - |
| XYZ | 23.16 | 23.72 | 24.83 | - |
| YUV | 134.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 131 | 0 | 0.06 | 0.06 | 0.45 | 6.67 | 0.04 | 0.53 |
| Hex | 8C | 84 | 83 | 0 | 6 | 6 | 2D | 7 | 4 | 35 |
| Octal | 214 | 204 | 203 | 0 | 6 | 6 | 55 | 7 | 4 | 65 |
| Binary | 10001100 | 10000100 | 10000011 | 0 | 110 | 110 | 101101 | 111 | 100 | 110101 |
Color Harmonies of #8C8483
Complementary color
Monochromatic Colors of #8C8483
Black with #8C8483
Text Example
Text Example
White with #8C8483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8483; }
p { color: rgb(140,132,131); }
H1.HeaderClassName
{
color: #8C8483;
}
.AnyTagClassName
{
color: #8C8483;
}
</style>
background-color css
<style>
a { background-color: #8C8483; }
a { background-color: rgb(140,132,131); }
div.DivClassName
{
background-color: #8C8483;
}
.BgClassName
{
background-color: #8C8483;
}
</style>
border-color css
<style>
span { border-color: #8C8483; }
span { border-color: rgb(140,132,131); }
td.TdClassName
{
border-color: #8C8483;
}
.TagClassName
{
border-color: #8C8483;
}
</style>