Shades of Suva Grey #8F827F
Tints of Suva Grey #8F827F
RGB
CMYK
RGB Variations
Color information
#8F827F (or 0x8F827F) is known color: Suva Grey. HEX triplet: 8F, 82 and 7F. RGB value is (143,130,127). Sum of RGB (Red+Green+Blue) = 143+130+127=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 143 - color contains mainly: red. Hex color #8F827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F827F is #707D80. Grayscale: #858585. Windows color (decimal): -7372161 or 8356495. OLE color: 8356495.
HSL color Cylindrical-coordinate representation of color #8F827F: hue angle of 11.25º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8F827F is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 130 | 127 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.44 |
| HSL | 11.25º | 0.07% | 0.53% | - |
| HSV(B) | 11.25º | 0.11% | 0.56% | - |
| XYZ | 23.14 | 23.34 | 23.36 | - |
| YUV | 133.55 | 124.31 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 130 | 127 | 0 | 0.09 | 0.11 | 0.44 | 11.25 | 0.07 | 0.53 |
| Hex | 8F | 82 | 7F | 0 | 9 | B | 2C | B | 7 | 35 |
| Octal | 217 | 202 | 177 | 0 | 11 | 13 | 54 | 13 | 7 | 65 |
| Binary | 10001111 | 10000010 | 1111111 | 0 | 1001 | 1011 | 101100 | 1011 | 111 | 110101 |
Color Harmonies of #8F827F
Complementary color
Monochromatic Colors of #8F827F
Black with #8F827F
Text Example
Text Example
White with #8F827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F827F; }
p { color: rgb(143,130,127); }
H1.HeaderClassName
{
color: #8F827F;
}
.AnyTagClassName
{
color: #8F827F;
}
</style>
background-color css
<style>
a { background-color: #8F827F; }
a { background-color: rgb(143,130,127); }
div.DivClassName
{
background-color: #8F827F;
}
.BgClassName
{
background-color: #8F827F;
}
</style>
border-color css
<style>
span { border-color: #8F827F; }
span { border-color: rgb(143,130,127); }
td.TdClassName
{
border-color: #8F827F;
}
.TagClassName
{
border-color: #8F827F;
}
</style>