Shades of Suva Grey #979191
Tints of Suva Grey #979191
RGB
CMYK
RGB Variations
Color information
#979191 (or 0x979191) is known color: Suva Grey. HEX triplet: 97, 91 and 91. RGB value is (151,145,145). Sum of RGB (Red+Green+Blue) = 151+145+145=441 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.24% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 151 - color contains mainly: red. Hex color #979191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979191 is #686E6E. Grayscale: #929292. Windows color (decimal): -6844015 or 9539991. OLE color: 9539991.
HSL color Cylindrical-coordinate representation of color #979191: hue angle of 0º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #979191 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 145 | 145 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.41 |
| HSL | 0º | 0.03% | 0.58% | - |
| HSV(B) | 0º | 0.04% | 0.59% | - |
| XYZ | 28 | 28.87 | 30.89 | - |
| YUV | 146.79 | 126.99 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 145 | 145 | 0 | 0.04 | 0.04 | 0.41 | 0 | 0.03 | 0.58 |
| Hex | 97 | 91 | 91 | 0 | 4 | 4 | 29 | 0 | 3 | 3A |
| Octal | 227 | 221 | 221 | 0 | 4 | 4 | 51 | 0 | 3 | 72 |
| Binary | 10010111 | 10010001 | 10010001 | 0 | 100 | 100 | 101001 | 0 | 11 | 111010 |
Color Harmonies of #979191
Complementary color
Monochromatic Colors of #979191
Black with #979191
Text Example
Text Example
White with #979191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979191; }
p { color: rgb(151,145,145); }
H1.HeaderClassName
{
color: #979191;
}
.AnyTagClassName
{
color: #979191;
}
</style>
background-color css
<style>
a { background-color: #979191; }
a { background-color: rgb(151,145,145); }
div.DivClassName
{
background-color: #979191;
}
.BgClassName
{
background-color: #979191;
}
</style>
border-color css
<style>
span { border-color: #979191; }
span { border-color: rgb(151,145,145); }
td.TdClassName
{
border-color: #979191;
}
.TagClassName
{
border-color: #979191;
}
</style>