Shades of Suva Grey #8C8180
Tints of Suva Grey #8C8180
RGB
CMYK
RGB Variations
Color information
#8C8180 (or 0x8C8180) is known color: Suva Grey. HEX triplet: 8C, 81 and 80. RGB value is (140,129,128). Sum of RGB (Red+Green+Blue) = 140+129+128=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8180 is #737E7F. Grayscale: #848484. Windows color (decimal): -7569024 or 8421772. OLE color: 8421772.
HSL color Cylindrical-coordinate representation of color #8C8180: hue angle of 5º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8C8180 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 129 | 128 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.45 |
| HSL | 5º | 0.05% | 0.53% | - |
| HSV(B) | 5º | 0.09% | 0.55% | - |
| XYZ | 22.56 | 22.83 | 23.64 | - |
| YUV | 132.18 | 125.64 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 129 | 128 | 0 | 0.08 | 0.09 | 0.45 | 5 | 0.05 | 0.53 |
| Hex | 8C | 81 | 80 | 0 | 8 | 9 | 2D | 5 | 5 | 35 |
| Octal | 214 | 201 | 200 | 0 | 10 | 11 | 55 | 5 | 5 | 65 |
| Binary | 10001100 | 10000001 | 10000000 | 0 | 1000 | 1001 | 101101 | 101 | 101 | 110101 |
Color Harmonies of #8C8180
Complementary color
Monochromatic Colors of #8C8180
Black with #8C8180
Text Example
Text Example
White with #8C8180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8180; }
p { color: rgb(140,129,128); }
H1.HeaderClassName
{
color: #8C8180;
}
.AnyTagClassName
{
color: #8C8180;
}
</style>
background-color css
<style>
a { background-color: #8C8180; }
a { background-color: rgb(140,129,128); }
div.DivClassName
{
background-color: #8C8180;
}
.BgClassName
{
background-color: #8C8180;
}
</style>
border-color css
<style>
span { border-color: #8C8180; }
span { border-color: rgb(140,129,128); }
td.TdClassName
{
border-color: #8C8180;
}
.TagClassName
{
border-color: #8C8180;
}
</style>