Shades of Suva Grey #968884
Tints of Suva Grey #968884
RGB
CMYK
RGB Variations
Color information
#968884 (or 0x968884) is known color: Suva Grey. HEX triplet: 96, 88 and 84. RGB value is (150,136,132). Sum of RGB (Red+Green+Blue) = 150+136+132=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 150 - color contains mainly: red. Hex color #968884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968884 is #69777B. Grayscale: #8B8B8B. Windows color (decimal): -6911868 or 8685718. OLE color: 8685718.
HSL color Cylindrical-coordinate representation of color #968884: hue angle of 13.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #968884 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 136 | 132 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.41 |
| HSL | 13.33º | 0.08% | 0.55% | - |
| HSV(B) | 13.33º | 0.12% | 0.59% | - |
| XYZ | 25.55 | 25.76 | 25.46 | - |
| YUV | 139.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 132 | 0 | 0.09 | 0.12 | 0.41 | 13.33 | 0.08 | 0.55 |
| Hex | 96 | 88 | 84 | 0 | 9 | C | 29 | D | 8 | 37 |
| Octal | 226 | 210 | 204 | 0 | 11 | 14 | 51 | 15 | 10 | 67 |
| Binary | 10010110 | 10001000 | 10000100 | 0 | 1001 | 1100 | 101001 | 1101 | 1000 | 110111 |
Color Harmonies of #968884
Complementary color
Monochromatic Colors of #968884
Black with #968884
Text Example
Text Example
White with #968884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968884; }
p { color: rgb(150,136,132); }
H1.HeaderClassName
{
color: #968884;
}
.AnyTagClassName
{
color: #968884;
}
</style>
background-color css
<style>
a { background-color: #968884; }
a { background-color: rgb(150,136,132); }
div.DivClassName
{
background-color: #968884;
}
.BgClassName
{
background-color: #968884;
}
</style>
border-color css
<style>
span { border-color: #968884; }
span { border-color: rgb(150,136,132); }
td.TdClassName
{
border-color: #968884;
}
.TagClassName
{
border-color: #968884;
}
</style>