Shades of Suva Grey #9C8C8A
Tints of Suva Grey #9C8C8A
RGB
CMYK
RGB Variations
Color information
#9C8C8A (or 0x9C8C8A) is known color: Suva Grey. HEX triplet: 9C, 8C and 8A. RGB value is (156,140,138). Sum of RGB (Red+Green+Blue) = 156+140+138=434 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.94% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8C8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8C8A is #637375. Grayscale: #909090. Windows color (decimal): -6517622 or 9079964. OLE color: 9079964.
HSL color Cylindrical-coordinate representation of color #9C8C8A: hue angle of 6.67º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9C8C8A is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 140 | 138 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.39 |
| HSL | 6.67º | 0.08% | 0.58% | - |
| HSV(B) | 6.67º | 0.12% | 0.61% | - |
| XYZ | 27.68 | 27.66 | 27.92 | - |
| YUV | 144.56 | 124.3 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 140 | 138 | 0 | 0.10 | 0.12 | 0.39 | 6.67 | 0.08 | 0.58 |
| Hex | 9C | 8C | 8A | 0 | A | C | 27 | 7 | 8 | 3A |
| Octal | 234 | 214 | 212 | 0 | 12 | 14 | 47 | 7 | 10 | 72 |
| Binary | 10011100 | 10001100 | 10001010 | 0 | 1010 | 1100 | 100111 | 111 | 1000 | 111010 |
Color Harmonies of #9C8C8A
Complementary color
Monochromatic Colors of #9C8C8A
Black with #9C8C8A
Text Example
Text Example
White with #9C8C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8C8A; }
p { color: rgb(156,140,138); }
H1.HeaderClassName
{
color: #9C8C8A;
}
.AnyTagClassName
{
color: #9C8C8A;
}
</style>
background-color css
<style>
a { background-color: #9C8C8A; }
a { background-color: rgb(156,140,138); }
div.DivClassName
{
background-color: #9C8C8A;
}
.BgClassName
{
background-color: #9C8C8A;
}
</style>
border-color css
<style>
span { border-color: #9C8C8A; }
span { border-color: rgb(156,140,138); }
td.TdClassName
{
border-color: #9C8C8A;
}
.TagClassName
{
border-color: #9C8C8A;
}
</style>