Shades of Suva Grey #978B8A
Tints of Suva Grey #978B8A
RGB
CMYK
RGB Variations
Color information
#978B8A (or 0x978B8A) is known color: Suva Grey. HEX triplet: 97, 8B and 8A. RGB value is (151,139,138). Sum of RGB (Red+Green+Blue) = 151+139+138=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 151 - color contains mainly: red. Hex color #978B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978B8A is #687475. Grayscale: #8E8E8E. Windows color (decimal): -6845558 or 9079703. OLE color: 9079703.
HSL color Cylindrical-coordinate representation of color #978B8A: hue angle of 4.62º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #978B8A is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 139 | 138 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.41 |
| HSL | 4.62º | 0.06% | 0.57% | - |
| HSV(B) | 4.62º | 0.09% | 0.59% | - |
| XYZ | 26.58 | 26.88 | 27.83 | - |
| YUV | 142.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 139 | 138 | 0 | 0.08 | 0.09 | 0.41 | 4.62 | 0.06 | 0.57 |
| Hex | 97 | 8B | 8A | 0 | 8 | 9 | 29 | 5 | 6 | 39 |
| Octal | 227 | 213 | 212 | 0 | 10 | 11 | 51 | 5 | 6 | 71 |
| Binary | 10010111 | 10001011 | 10001010 | 0 | 1000 | 1001 | 101001 | 101 | 110 | 111001 |
Color Harmonies of #978B8A
Complementary color
Monochromatic Colors of #978B8A
Black with #978B8A
Text Example
Text Example
White with #978B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978B8A; }
p { color: rgb(151,139,138); }
H1.HeaderClassName
{
color: #978B8A;
}
.AnyTagClassName
{
color: #978B8A;
}
</style>
background-color css
<style>
a { background-color: #978B8A; }
a { background-color: rgb(151,139,138); }
div.DivClassName
{
background-color: #978B8A;
}
.BgClassName
{
background-color: #978B8A;
}
</style>
border-color css
<style>
span { border-color: #978B8A; }
span { border-color: rgb(151,139,138); }
td.TdClassName
{
border-color: #978B8A;
}
.TagClassName
{
border-color: #978B8A;
}
</style>