Shades of Suva Grey #8B8787
Tints of Suva Grey #8B8787
RGB
CMYK
RGB Variations
Color information
#8B8787 (or 0x8B8787) is known color: Suva Grey. HEX triplet: 8B, 87 and 87. RGB value is (139,135,135). Sum of RGB (Red+Green+Blue) = 139+135+135=409 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.99% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8787 is #747878. Grayscale: #888888. Windows color (decimal): -7633017 or 8882059. OLE color: 8882059.
HSL color Cylindrical-coordinate representation of color #8B8787: hue angle of 0º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8B8787 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 135 | 135 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.45 |
| HSL | 0º | 0.02% | 0.54% | - |
| HSV(B) | 0º | 0.03% | 0.55% | - |
| XYZ | 23.68 | 24.57 | 26.42 | - |
| YUV | 136.2 | 127.33 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 135 | 0 | 0.03 | 0.03 | 0.45 | 0 | 0.02 | 0.54 |
| Hex | 8B | 87 | 87 | 0 | 3 | 3 | 2D | 0 | 2 | 36 |
| Octal | 213 | 207 | 207 | 0 | 3 | 3 | 55 | 0 | 2 | 66 |
| Binary | 10001011 | 10000111 | 10000111 | 0 | 11 | 11 | 101101 | 0 | 10 | 110110 |
Color Harmonies of #8B8787
Complementary color
Monochromatic Colors of #8B8787
Black with #8B8787
Text Example
Text Example
White with #8B8787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8787; }
p { color: rgb(139,135,135); }
H1.HeaderClassName
{
color: #8B8787;
}
.AnyTagClassName
{
color: #8B8787;
}
</style>
background-color css
<style>
a { background-color: #8B8787; }
a { background-color: rgb(139,135,135); }
div.DivClassName
{
background-color: #8B8787;
}
.BgClassName
{
background-color: #8B8787;
}
</style>
border-color css
<style>
span { border-color: #8B8787; }
span { border-color: rgb(139,135,135); }
td.TdClassName
{
border-color: #8B8787;
}
.TagClassName
{
border-color: #8B8787;
}
</style>