Shades of Suva Grey #908481
Tints of Suva Grey #908481
RGB
CMYK
RGB Variations
Color information
#908481 (or 0x908481) is known color: Suva Grey. HEX triplet: 90, 84 and 81. RGB value is (144,132,129). Sum of RGB (Red+Green+Blue) = 144+132+129=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 144 - color contains mainly: red. Hex color #908481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908481 is #6F7B7E. Grayscale: #878787. Windows color (decimal): -7306111 or 8488080. OLE color: 8488080.
HSL color Cylindrical-coordinate representation of color #908481: hue angle of 12º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #908481 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 132 | 129 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.44 |
| HSL | 12º | 0.06% | 0.54% | - |
| HSV(B) | 12º | 0.1% | 0.56% | - |
| XYZ | 23.72 | 24.02 | 24.15 | - |
| YUV | 135.25 | 124.48 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 129 | 0 | 0.08 | 0.10 | 0.44 | 12 | 0.06 | 0.54 |
| Hex | 90 | 84 | 81 | 0 | 8 | A | 2C | C | 6 | 36 |
| Octal | 220 | 204 | 201 | 0 | 10 | 12 | 54 | 14 | 6 | 66 |
| Binary | 10010000 | 10000100 | 10000001 | 0 | 1000 | 1010 | 101100 | 1100 | 110 | 110110 |
Color Harmonies of #908481
Complementary color
Monochromatic Colors of #908481
Black with #908481
Text Example
Text Example
White with #908481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908481; }
p { color: rgb(144,132,129); }
H1.HeaderClassName
{
color: #908481;
}
.AnyTagClassName
{
color: #908481;
}
</style>
background-color css
<style>
a { background-color: #908481; }
a { background-color: rgb(144,132,129); }
div.DivClassName
{
background-color: #908481;
}
.BgClassName
{
background-color: #908481;
}
</style>
border-color css
<style>
span { border-color: #908481; }
span { border-color: rgb(144,132,129); }
td.TdClassName
{
border-color: #908481;
}
.TagClassName
{
border-color: #908481;
}
</style>