Shades of Suva Grey #8C8381
Tints of Suva Grey #8C8381
RGB
CMYK
RGB Variations
Color information
#8C8381 (or 0x8C8381) is known color: Suva Grey. HEX triplet: 8C, 83 and 81. RGB value is (140,131,129). Sum of RGB (Red+Green+Blue) = 140+131+129=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8381 is #737C7E. Grayscale: #858585. Windows color (decimal): -7568511 or 8487820. OLE color: 8487820.
HSL color Cylindrical-coordinate representation of color #8C8381: hue angle of 10.91º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8C8381 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 131 | 129 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.45 |
| HSL | 10.91º | 0.05% | 0.53% | - |
| HSV(B) | 10.91º | 0.08% | 0.55% | - |
| XYZ | 22.89 | 23.39 | 24.08 | - |
| YUV | 133.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 131 | 129 | 0 | 0.06 | 0.08 | 0.45 | 10.91 | 0.05 | 0.53 |
| Hex | 8C | 83 | 81 | 0 | 6 | 8 | 2D | B | 5 | 35 |
| Octal | 214 | 203 | 201 | 0 | 6 | 10 | 55 | 13 | 5 | 65 |
| Binary | 10001100 | 10000011 | 10000001 | 0 | 110 | 1000 | 101101 | 1011 | 101 | 110101 |
Color Harmonies of #8C8381
Complementary color
Monochromatic Colors of #8C8381
Black with #8C8381
Text Example
Text Example
White with #8C8381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8381; }
p { color: rgb(140,131,129); }
H1.HeaderClassName
{
color: #8C8381;
}
.AnyTagClassName
{
color: #8C8381;
}
</style>
background-color css
<style>
a { background-color: #8C8381; }
a { background-color: rgb(140,131,129); }
div.DivClassName
{
background-color: #8C8381;
}
.BgClassName
{
background-color: #8C8381;
}
</style>
border-color css
<style>
span { border-color: #8C8381; }
span { border-color: rgb(140,131,129); }
td.TdClassName
{
border-color: #8C8381;
}
.TagClassName
{
border-color: #8C8381;
}
</style>