Shades of Suva Grey #8D8481
Tints of Suva Grey #8D8481
RGB
CMYK
RGB Variations
Color information
#8D8481 (or 0x8D8481) is known color: Suva Grey. HEX triplet: 8D, 84 and 81. RGB value is (141,132,129). Sum of RGB (Red+Green+Blue) = 141+132+129=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8481 is #727B7E. Grayscale: #868686. Windows color (decimal): -7502719 or 8488077. OLE color: 8488077.
HSL color Cylindrical-coordinate representation of color #8D8481: hue angle of 15º 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 #8D8481 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 132 | 129 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.45 |
| HSL | 15º | 0.05% | 0.53% | - |
| HSV(B) | 15º | 0.09% | 0.55% | - |
| XYZ | 23.2 | 23.75 | 24.13 | - |
| YUV | 134.35 | 124.98 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 132 | 129 | 0 | 0.06 | 0.09 | 0.45 | 15 | 0.05 | 0.53 |
| Hex | 8D | 84 | 81 | 0 | 6 | 9 | 2D | F | 5 | 35 |
| Octal | 215 | 204 | 201 | 0 | 6 | 11 | 55 | 17 | 5 | 65 |
| Binary | 10001101 | 10000100 | 10000001 | 0 | 110 | 1001 | 101101 | 1111 | 101 | 110101 |
Color Harmonies of #8D8481
Complementary color
Monochromatic Colors of #8D8481
Black with #8D8481
Text Example
Text Example
White with #8D8481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8481; }
p { color: rgb(141,132,129); }
H1.HeaderClassName
{
color: #8D8481;
}
.AnyTagClassName
{
color: #8D8481;
}
</style>
background-color css
<style>
a { background-color: #8D8481; }
a { background-color: rgb(141,132,129); }
div.DivClassName
{
background-color: #8D8481;
}
.BgClassName
{
background-color: #8D8481;
}
</style>
border-color css
<style>
span { border-color: #8D8481; }
span { border-color: rgb(141,132,129); }
td.TdClassName
{
border-color: #8D8481;
}
.TagClassName
{
border-color: #8D8481;
}
</style>