Shades of Suva Grey #8D817F
Tints of Suva Grey #8D817F
RGB
CMYK
RGB Variations
Color information
#8D817F (or 0x8D817F) is known color: Suva Grey. HEX triplet: 8D, 81 and 7F. RGB value is (141,129,127). Sum of RGB (Red+Green+Blue) = 141+129+127=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 141 - color contains mainly: red. Hex color #8D817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D817F is #727E80. Grayscale: #848484. Windows color (decimal): -7503489 or 8356237. OLE color: 8356237.
HSL color Cylindrical-coordinate representation of color #8D817F: hue angle of 8.57º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8D817F is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 129 | 127 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.45 |
| HSL | 8.57º | 0.06% | 0.53% | - |
| HSV(B) | 8.57º | 0.1% | 0.55% | - |
| XYZ | 22.67 | 22.9 | 23.3 | - |
| YUV | 132.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 129 | 127 | 0 | 0.09 | 0.10 | 0.45 | 8.57 | 0.06 | 0.53 |
| Hex | 8D | 81 | 7F | 0 | 9 | A | 2D | 9 | 6 | 35 |
| Octal | 215 | 201 | 177 | 0 | 11 | 12 | 55 | 11 | 6 | 65 |
| Binary | 10001101 | 10000001 | 1111111 | 0 | 1001 | 1010 | 101101 | 1001 | 110 | 110101 |
Color Harmonies of #8D817F
Complementary color
Monochromatic Colors of #8D817F
Black with #8D817F
Text Example
Text Example
White with #8D817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D817F; }
p { color: rgb(141,129,127); }
H1.HeaderClassName
{
color: #8D817F;
}
.AnyTagClassName
{
color: #8D817F;
}
</style>
background-color css
<style>
a { background-color: #8D817F; }
a { background-color: rgb(141,129,127); }
div.DivClassName
{
background-color: #8D817F;
}
.BgClassName
{
background-color: #8D817F;
}
</style>
border-color css
<style>
span { border-color: #8D817F; }
span { border-color: rgb(141,129,127); }
td.TdClassName
{
border-color: #8D817F;
}
.TagClassName
{
border-color: #8D817F;
}
</style>