Shades of Suva Grey #948481
Tints of Suva Grey #948481
RGB
CMYK
RGB Variations
Color information
#948481 (or 0x948481) is known color: Suva Grey. HEX triplet: 94, 84 and 81. RGB value is (148,132,129). Sum of RGB (Red+Green+Blue) = 148+132+129=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 148 - color contains mainly: red. Hex color #948481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948481 is #6B7B7E. Grayscale: #888888. Windows color (decimal): -7043967 or 8488084. OLE color: 8488084.
HSL color Cylindrical-coordinate representation of color #948481: hue angle of 9.47º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #948481 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 132 | 129 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.42 |
| HSL | 9.47º | 0.08% | 0.54% | - |
| HSV(B) | 9.47º | 0.13% | 0.58% | - |
| XYZ | 24.43 | 24.38 | 24.19 | - |
| YUV | 136.44 | 123.8 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 132 | 129 | 0 | 0.11 | 0.13 | 0.42 | 9.47 | 0.08 | 0.54 |
| Hex | 94 | 84 | 81 | 0 | B | D | 2A | 9 | 8 | 36 |
| Octal | 224 | 204 | 201 | 0 | 13 | 15 | 52 | 11 | 10 | 66 |
| Binary | 10010100 | 10000100 | 10000001 | 0 | 1011 | 1101 | 101010 | 1001 | 1000 | 110110 |
Color Harmonies of #948481
Complementary color
Monochromatic Colors of #948481
Black with #948481
Text Example
Text Example
White with #948481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948481; }
p { color: rgb(148,132,129); }
H1.HeaderClassName
{
color: #948481;
}
.AnyTagClassName
{
color: #948481;
}
</style>
background-color css
<style>
a { background-color: #948481; }
a { background-color: rgb(148,132,129); }
div.DivClassName
{
background-color: #948481;
}
.BgClassName
{
background-color: #948481;
}
</style>
border-color css
<style>
span { border-color: #948481; }
span { border-color: rgb(148,132,129); }
td.TdClassName
{
border-color: #948481;
}
.TagClassName
{
border-color: #948481;
}
</style>