Shades of Suva Grey #928884
Tints of Suva Grey #928884
RGB
CMYK
RGB Variations
Color information
#928884 (or 0x928884) is known color: Suva Grey. HEX triplet: 92, 88 and 84. RGB value is (146,136,132). Sum of RGB (Red+Green+Blue) = 146+136+132=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 146 - color contains mainly: red. Hex color #928884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928884 is #6D777B. Grayscale: #8A8A8A. Windows color (decimal): -7174012 or 8685714. OLE color: 8685714.
HSL color Cylindrical-coordinate representation of color #928884: hue angle of 17.14º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #928884 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 136 | 132 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.43 |
| HSL | 17.14º | 0.06% | 0.55% | - |
| HSV(B) | 17.14º | 0.1% | 0.57% | - |
| XYZ | 24.82 | 25.39 | 25.42 | - |
| YUV | 138.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 136 | 132 | 0 | 0.07 | 0.10 | 0.43 | 17.14 | 0.06 | 0.55 |
| Hex | 92 | 88 | 84 | 0 | 7 | A | 2B | 11 | 6 | 37 |
| Octal | 222 | 210 | 204 | 0 | 7 | 12 | 53 | 21 | 6 | 67 |
| Binary | 10010010 | 10001000 | 10000100 | 0 | 111 | 1010 | 101011 | 10001 | 110 | 110111 |
Color Harmonies of #928884
Complementary color
Monochromatic Colors of #928884
Black with #928884
Text Example
Text Example
White with #928884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928884; }
p { color: rgb(146,136,132); }
H1.HeaderClassName
{
color: #928884;
}
.AnyTagClassName
{
color: #928884;
}
</style>
background-color css
<style>
a { background-color: #928884; }
a { background-color: rgb(146,136,132); }
div.DivClassName
{
background-color: #928884;
}
.BgClassName
{
background-color: #928884;
}
</style>
border-color css
<style>
span { border-color: #928884; }
span { border-color: rgb(146,136,132); }
td.TdClassName
{
border-color: #928884;
}
.TagClassName
{
border-color: #928884;
}
</style>