Shades of Suva Grey #8F827E
Tints of Suva Grey #8F827E
RGB
CMYK
RGB Variations
Color information
#8F827E (or 0x8F827E) is known color: Suva Grey. HEX triplet: 8F, 82 and 7E. RGB value is (143,130,126). Sum of RGB (Red+Green+Blue) = 143+130+126=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 143 - color contains mainly: red. Hex color #8F827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F827E is #707D81. Grayscale: #858585. Windows color (decimal): -7372162 or 8290959. OLE color: 8290959.
HSL color Cylindrical-coordinate representation of color #8F827E: hue angle of 14.12º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8F827E is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 130 | 126 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.44 |
| HSL | 14.12º | 0.07% | 0.53% | - |
| HSV(B) | 14.12º | 0.12% | 0.56% | - |
| XYZ | 23.08 | 23.31 | 23.02 | - |
| YUV | 133.43 | 123.81 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 130 | 126 | 0 | 0.09 | 0.12 | 0.44 | 14.12 | 0.07 | 0.53 |
| Hex | 8F | 82 | 7E | 0 | 9 | C | 2C | E | 7 | 35 |
| Octal | 217 | 202 | 176 | 0 | 11 | 14 | 54 | 16 | 7 | 65 |
| Binary | 10001111 | 10000010 | 1111110 | 0 | 1001 | 1100 | 101100 | 1110 | 111 | 110101 |
Color Harmonies of #8F827E
Complementary color
Monochromatic Colors of #8F827E
Black with #8F827E
Text Example
Text Example
White with #8F827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F827E; }
p { color: rgb(143,130,126); }
H1.HeaderClassName
{
color: #8F827E;
}
.AnyTagClassName
{
color: #8F827E;
}
</style>
background-color css
<style>
a { background-color: #8F827E; }
a { background-color: rgb(143,130,126); }
div.DivClassName
{
background-color: #8F827E;
}
.BgClassName
{
background-color: #8F827E;
}
</style>
border-color css
<style>
span { border-color: #8F827E; }
span { border-color: rgb(143,130,126); }
td.TdClassName
{
border-color: #8F827E;
}
.TagClassName
{
border-color: #8F827E;
}
</style>