Shades of Suva Grey #9B8580
Tints of Suva Grey #9B8580
RGB
CMYK
RGB Variations
Color information
#9B8580 (or 0x9B8580) is known color: Suva Grey. HEX triplet: 9B, 85 and 80. RGB value is (155,133,128). Sum of RGB (Red+Green+Blue) = 155+133+128=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8580 is #647A7F. Grayscale: #8B8B8B. Windows color (decimal): -6584960 or 8422811. OLE color: 8422811.
HSL color Cylindrical-coordinate representation of color #9B8580: hue angle of 11.11º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9B8580 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 133 | 128 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.39 |
| HSL | 11.11º | 0.12% | 0.55% | - |
| HSV(B) | 11.11º | 0.17% | 0.61% | - |
| XYZ | 25.8 | 25.3 | 23.95 | - |
| YUV | 139.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 133 | 128 | 0 | 0.14 | 0.17 | 0.39 | 11.11 | 0.12 | 0.55 |
| Hex | 9B | 85 | 80 | 0 | E | 11 | 27 | B | C | 37 |
| Octal | 233 | 205 | 200 | 0 | 16 | 21 | 47 | 13 | 14 | 67 |
| Binary | 10011011 | 10000101 | 10000000 | 0 | 1110 | 10001 | 100111 | 1011 | 1100 | 110111 |
Color Harmonies of #9B8580
Complementary color
Monochromatic Colors of #9B8580
Black with #9B8580
Text Example
Text Example
White with #9B8580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8580; }
p { color: rgb(155,133,128); }
H1.HeaderClassName
{
color: #9B8580;
}
.AnyTagClassName
{
color: #9B8580;
}
</style>
background-color css
<style>
a { background-color: #9B8580; }
a { background-color: rgb(155,133,128); }
div.DivClassName
{
background-color: #9B8580;
}
.BgClassName
{
background-color: #9B8580;
}
</style>
border-color css
<style>
span { border-color: #9B8580; }
span { border-color: rgb(155,133,128); }
td.TdClassName
{
border-color: #9B8580;
}
.TagClassName
{
border-color: #9B8580;
}
</style>