Shades of Suva Grey #918480
Tints of Suva Grey #918480
RGB
CMYK
RGB Variations
Color information
#918480 (or 0x918480) is known color: Suva Grey. HEX triplet: 91, 84 and 80. RGB value is (145,132,128). Sum of RGB (Red+Green+Blue) = 145+132+128=405 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.80% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 145 - color contains mainly: red. Hex color #918480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918480 is #6E7B7F. Grayscale: #878787. Windows color (decimal): -7240576 or 8422545. OLE color: 8422545.
HSL color Cylindrical-coordinate representation of color #918480: hue angle of 14.12º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #918480 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 132 | 128 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.43 |
| HSL | 14.12º | 0.07% | 0.54% | - |
| HSV(B) | 14.12º | 0.12% | 0.57% | - |
| XYZ | 23.82 | 24.08 | 23.81 | - |
| YUV | 135.43 | 123.81 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 132 | 128 | 0 | 0.09 | 0.12 | 0.43 | 14.12 | 0.07 | 0.54 |
| Hex | 91 | 84 | 80 | 0 | 9 | C | 2B | E | 7 | 36 |
| Octal | 221 | 204 | 200 | 0 | 11 | 14 | 53 | 16 | 7 | 66 |
| Binary | 10010001 | 10000100 | 10000000 | 0 | 1001 | 1100 | 101011 | 1110 | 111 | 110110 |
Color Harmonies of #918480
Complementary color
Monochromatic Colors of #918480
Black with #918480
Text Example
Text Example
White with #918480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918480; }
p { color: rgb(145,132,128); }
H1.HeaderClassName
{
color: #918480;
}
.AnyTagClassName
{
color: #918480;
}
</style>
background-color css
<style>
a { background-color: #918480; }
a { background-color: rgb(145,132,128); }
div.DivClassName
{
background-color: #918480;
}
.BgClassName
{
background-color: #918480;
}
</style>
border-color css
<style>
span { border-color: #918480; }
span { border-color: rgb(145,132,128); }
td.TdClassName
{
border-color: #918480;
}
.TagClassName
{
border-color: #918480;
}
</style>