Shades of Suva Grey #96847F
Tints of Suva Grey #96847F
RGB
CMYK
RGB Variations
Color information
#96847F (or 0x96847F) is known color: Suva Grey. HEX triplet: 96, 84 and 7F. RGB value is (150,132,127). Sum of RGB (Red+Green+Blue) = 150+132+127=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #96847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96847F is #697B80. Grayscale: #888888. Windows color (decimal): -6912897 or 8357014. OLE color: 8357014.
HSL color Cylindrical-coordinate representation of color #96847F: hue angle of 13.04º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96847F is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 132 | 127 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.41 |
| HSL | 13.04º | 0.1% | 0.54% | - |
| HSV(B) | 13.04º | 0.15% | 0.59% | - |
| XYZ | 24.66 | 24.52 | 23.51 | - |
| YUV | 136.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 127 | 0 | 0.12 | 0.15 | 0.41 | 13.04 | 0.1 | 0.54 |
| Hex | 96 | 84 | 7F | 0 | C | F | 29 | D | A | 36 |
| Octal | 226 | 204 | 177 | 0 | 14 | 17 | 51 | 15 | 12 | 66 |
| Binary | 10010110 | 10000100 | 1111111 | 0 | 1100 | 1111 | 101001 | 1101 | 1010 | 110110 |
Color Harmonies of #96847F
Complementary color
Monochromatic Colors of #96847F
Black with #96847F
Text Example
Text Example
White with #96847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96847F; }
p { color: rgb(150,132,127); }
H1.HeaderClassName
{
color: #96847F;
}
.AnyTagClassName
{
color: #96847F;
}
</style>
background-color css
<style>
a { background-color: #96847F; }
a { background-color: rgb(150,132,127); }
div.DivClassName
{
background-color: #96847F;
}
.BgClassName
{
background-color: #96847F;
}
</style>
border-color css
<style>
span { border-color: #96847F; }
span { border-color: rgb(150,132,127); }
td.TdClassName
{
border-color: #96847F;
}
.TagClassName
{
border-color: #96847F;
}
</style>