Shades of Suva Grey #958C8A
Tints of Suva Grey #958C8A
RGB
CMYK
RGB Variations
Color information
#958C8A (or 0x958C8A) is known color: Suva Grey. HEX triplet: 95, 8C and 8A. RGB value is (149,140,138). Sum of RGB (Red+Green+Blue) = 149+140+138=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 149 - color contains mainly: red. Hex color #958C8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958C8A is #6A7375. Grayscale: #8E8E8E. Windows color (decimal): -6976374 or 9079957. OLE color: 9079957.
HSL color Cylindrical-coordinate representation of color #958C8A: hue angle of 10.91º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #958C8A is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 140 | 138 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.42 |
| HSL | 10.91º | 0.05% | 0.56% | - |
| HSV(B) | 10.91º | 0.07% | 0.58% | - |
| XYZ | 26.36 | 26.98 | 27.86 | - |
| YUV | 142.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 138 | 0 | 0.06 | 0.07 | 0.42 | 10.91 | 0.05 | 0.56 |
| Hex | 95 | 8C | 8A | 0 | 6 | 7 | 2A | B | 5 | 38 |
| Octal | 225 | 214 | 212 | 0 | 6 | 7 | 52 | 13 | 5 | 70 |
| Binary | 10010101 | 10001100 | 10001010 | 0 | 110 | 111 | 101010 | 1011 | 101 | 111000 |
Color Harmonies of #958C8A
Complementary color
Monochromatic Colors of #958C8A
Black with #958C8A
Text Example
Text Example
White with #958C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958C8A; }
p { color: rgb(149,140,138); }
H1.HeaderClassName
{
color: #958C8A;
}
.AnyTagClassName
{
color: #958C8A;
}
</style>
background-color css
<style>
a { background-color: #958C8A; }
a { background-color: rgb(149,140,138); }
div.DivClassName
{
background-color: #958C8A;
}
.BgClassName
{
background-color: #958C8A;
}
</style>
border-color css
<style>
span { border-color: #958C8A; }
span { border-color: rgb(149,140,138); }
td.TdClassName
{
border-color: #958C8A;
}
.TagClassName
{
border-color: #958C8A;
}
</style>