Shades of Suva Grey #8C8583
Tints of Suva Grey #8C8583
RGB
CMYK
RGB Variations
Color information
#8C8583 (or 0x8C8583) is known color: Suva Grey. HEX triplet: 8C, 85 and 83. RGB value is (140,133,131). Sum of RGB (Red+Green+Blue) = 140+133+131=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8583 is #737A7C. Grayscale: #868686. Windows color (decimal): -7567997 or 8619404. OLE color: 8619404.
HSL color Cylindrical-coordinate representation of color #8C8583: hue angle of 13.33º 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 #8C8583 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 133 | 131 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.45 |
| HSL | 13.33º | 0.04% | 0.53% | - |
| HSV(B) | 13.33º | 0.06% | 0.55% | - |
| XYZ | 23.3 | 23.99 | 24.88 | - |
| YUV | 134.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 131 | 0 | 0.05 | 0.06 | 0.45 | 13.33 | 0.04 | 0.53 |
| Hex | 8C | 85 | 83 | 0 | 5 | 6 | 2D | D | 4 | 35 |
| Octal | 214 | 205 | 203 | 0 | 5 | 6 | 55 | 15 | 4 | 65 |
| Binary | 10001100 | 10000101 | 10000011 | 0 | 101 | 110 | 101101 | 1101 | 100 | 110101 |
Color Harmonies of #8C8583
Complementary color
Monochromatic Colors of #8C8583
Black with #8C8583
Text Example
Text Example
White with #8C8583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8583; }
p { color: rgb(140,133,131); }
H1.HeaderClassName
{
color: #8C8583;
}
.AnyTagClassName
{
color: #8C8583;
}
</style>
background-color css
<style>
a { background-color: #8C8583; }
a { background-color: rgb(140,133,131); }
div.DivClassName
{
background-color: #8C8583;
}
.BgClassName
{
background-color: #8C8583;
}
</style>
border-color css
<style>
span { border-color: #8C8583; }
span { border-color: rgb(140,133,131); }
td.TdClassName
{
border-color: #8C8583;
}
.TagClassName
{
border-color: #8C8583;
}
</style>