Shades of Suva Grey #908C8B
Tints of Suva Grey #908C8B
RGB
CMYK
RGB Variations
Color information
#908C8B (or 0x908C8B) is known color: Suva Grey. HEX triplet: 90, 8C and 8B. RGB value is (144,140,139). Sum of RGB (Red+Green+Blue) = 144+140+139=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 144 - color contains mainly: red. Hex color #908C8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908C8B is #6F7374. Grayscale: #8D8D8D. Windows color (decimal): -7304053 or 9145488. OLE color: 9145488.
HSL color Cylindrical-coordinate representation of color #908C8B: hue angle of 12º degrees, saturation: 0.02, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #908C8B is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 140 | 139 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.44 |
| HSL | 12º | 0.02% | 0.55% | - |
| HSV(B) | 12º | 0.03% | 0.56% | - |
| XYZ | 25.54 | 26.55 | 28.2 | - |
| YUV | 141.08 | 126.83 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 139 | 0 | 0.03 | 0.03 | 0.44 | 12 | 0.02 | 0.55 |
| Hex | 90 | 8C | 8B | 0 | 3 | 3 | 2C | C | 2 | 37 |
| Octal | 220 | 214 | 213 | 0 | 3 | 3 | 54 | 14 | 2 | 67 |
| Binary | 10010000 | 10001100 | 10001011 | 0 | 11 | 11 | 101100 | 1100 | 10 | 110111 |
Color Harmonies of #908C8B
Complementary color
Monochromatic Colors of #908C8B
Black with #908C8B
Text Example
Text Example
White with #908C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908C8B; }
p { color: rgb(144,140,139); }
H1.HeaderClassName
{
color: #908C8B;
}
.AnyTagClassName
{
color: #908C8B;
}
</style>
background-color css
<style>
a { background-color: #908C8B; }
a { background-color: rgb(144,140,139); }
div.DivClassName
{
background-color: #908C8B;
}
.BgClassName
{
background-color: #908C8B;
}
</style>
border-color css
<style>
span { border-color: #908C8B; }
span { border-color: rgb(144,140,139); }
td.TdClassName
{
border-color: #908C8B;
}
.TagClassName
{
border-color: #908C8B;
}
</style>