Shades of Suva Grey #968887
Tints of Suva Grey #968887
RGB
CMYK
RGB Variations
Color information
#968887 (or 0x968887) is known color: Suva Grey. HEX triplet: 96, 88 and 87. RGB value is (150,136,135). Sum of RGB (Red+Green+Blue) = 150+136+135=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 150 - color contains mainly: red. Hex color #968887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968887 is #697778. Grayscale: #8C8C8C. Windows color (decimal): -6911865 or 8882326. OLE color: 8882326.
HSL color Cylindrical-coordinate representation of color #968887: hue angle of 4º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #968887 is Cyan = 0, Magento = 0.09, Yellow = 0.1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 136 | 135 | - |
| CMYK | 0 | 0.09 | 0.1 | 0.41 |
| HSL | 4º | 0.07% | 0.56% | - |
| HSV(B) | 4º | 0.1% | 0.59% | - |
| XYZ | 25.76 | 25.84 | 26.55 | - |
| YUV | 140.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 135 | 0 | 0.09 | 0.1 | 0.41 | 4 | 0.07 | 0.56 |
| Hex | 96 | 88 | 87 | 0 | 9 | A | 29 | 4 | 7 | 38 |
| Octal | 226 | 210 | 207 | 0 | 11 | 12 | 51 | 4 | 7 | 70 |
| Binary | 10010110 | 10001000 | 10000111 | 0 | 1001 | 1010 | 101001 | 100 | 111 | 111000 |
Color Harmonies of #968887
Complementary color
Monochromatic Colors of #968887
Black with #968887
Text Example
Text Example
White with #968887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968887; }
p { color: rgb(150,136,135); }
H1.HeaderClassName
{
color: #968887;
}
.AnyTagClassName
{
color: #968887;
}
</style>
background-color css
<style>
a { background-color: #968887; }
a { background-color: rgb(150,136,135); }
div.DivClassName
{
background-color: #968887;
}
.BgClassName
{
background-color: #968887;
}
</style>
border-color css
<style>
span { border-color: #968887; }
span { border-color: rgb(150,136,135); }
td.TdClassName
{
border-color: #968887;
}
.TagClassName
{
border-color: #968887;
}
</style>