Shades of Suva Grey #948887
Tints of Suva Grey #948887
RGB
CMYK
RGB Variations
Color information
#948887 (or 0x948887) is known color: Suva Grey. HEX triplet: 94, 88 and 87. RGB value is (148,136,135). Sum of RGB (Red+Green+Blue) = 148+136+135=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 148 - color contains mainly: red. Hex color #948887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948887 is #6B7778. Grayscale: #8B8B8B. Windows color (decimal): -7042937 or 8882324. OLE color: 8882324.
HSL color Cylindrical-coordinate representation of color #948887: hue angle of 4.62º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #948887 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 136 | 135 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.42 |
| HSL | 4.62º | 0.06% | 0.55% | - |
| HSV(B) | 4.62º | 0.09% | 0.58% | - |
| XYZ | 25.39 | 25.65 | 26.54 | - |
| YUV | 139.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 136 | 135 | 0 | 0.08 | 0.09 | 0.42 | 4.62 | 0.06 | 0.55 |
| Hex | 94 | 88 | 87 | 0 | 8 | 9 | 2A | 5 | 6 | 37 |
| Octal | 224 | 210 | 207 | 0 | 10 | 11 | 52 | 5 | 6 | 67 |
| Binary | 10010100 | 10001000 | 10000111 | 0 | 1000 | 1001 | 101010 | 101 | 110 | 110111 |
Color Harmonies of #948887
Complementary color
Monochromatic Colors of #948887
Black with #948887
Text Example
Text Example
White with #948887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948887; }
p { color: rgb(148,136,135); }
H1.HeaderClassName
{
color: #948887;
}
.AnyTagClassName
{
color: #948887;
}
</style>
background-color css
<style>
a { background-color: #948887; }
a { background-color: rgb(148,136,135); }
div.DivClassName
{
background-color: #948887;
}
.BgClassName
{
background-color: #948887;
}
</style>
border-color css
<style>
span { border-color: #948887; }
span { border-color: rgb(148,136,135); }
td.TdClassName
{
border-color: #948887;
}
.TagClassName
{
border-color: #948887;
}
</style>