Shades of Suva Grey #8B8481
Tints of Suva Grey #8B8481
RGB
CMYK
RGB Variations
Color information
#8B8481 (or 0x8B8481) is known color: Suva Grey. HEX triplet: 8B, 84 and 81. RGB value is (139,132,129). Sum of RGB (Red+Green+Blue) = 139+132+129=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8481 is #747B7E. Grayscale: #858585. Windows color (decimal): -7633791 or 8488075. OLE color: 8488075.
HSL color Cylindrical-coordinate representation of color #8B8481: hue angle of 18º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8B8481 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 132 | 129 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.45 |
| HSL | 18º | 0.04% | 0.53% | - |
| HSV(B) | 18º | 0.07% | 0.55% | - |
| XYZ | 22.86 | 23.58 | 24.11 | - |
| YUV | 133.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 129 | 0 | 0.05 | 0.07 | 0.45 | 18 | 0.04 | 0.53 |
| Hex | 8B | 84 | 81 | 0 | 5 | 7 | 2D | 12 | 4 | 35 |
| Octal | 213 | 204 | 201 | 0 | 5 | 7 | 55 | 22 | 4 | 65 |
| Binary | 10001011 | 10000100 | 10000001 | 0 | 101 | 111 | 101101 | 10010 | 100 | 110101 |
Color Harmonies of #8B8481
Complementary color
Monochromatic Colors of #8B8481
Black with #8B8481
Text Example
Text Example
White with #8B8481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8481; }
p { color: rgb(139,132,129); }
H1.HeaderClassName
{
color: #8B8481;
}
.AnyTagClassName
{
color: #8B8481;
}
</style>
background-color css
<style>
a { background-color: #8B8481; }
a { background-color: rgb(139,132,129); }
div.DivClassName
{
background-color: #8B8481;
}
.BgClassName
{
background-color: #8B8481;
}
</style>
border-color css
<style>
span { border-color: #8B8481; }
span { border-color: rgb(139,132,129); }
td.TdClassName
{
border-color: #8B8481;
}
.TagClassName
{
border-color: #8B8481;
}
</style>