Shades of Suva Grey #8B7C79
Tints of Suva Grey #8B7C79
RGB
CMYK
RGB Variations
Color information
#8B7C79 (or 0x8B7C79) is known color: Suva Grey. HEX triplet: 8B, 7C and 79. RGB value is (139,124,121). Sum of RGB (Red+Green+Blue) = 139+124+121=384 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.20% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7C79 is #748386. Grayscale: #808080. Windows color (decimal): -7635847 or 7961739. OLE color: 7961739.
HSL color Cylindrical-coordinate representation of color #8B7C79: hue angle of 10º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8B7C79 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 124 | 121 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.45 |
| HSL | 10º | 0.07% | 0.51% | - |
| HSV(B) | 10º | 0.13% | 0.55% | - |
| XYZ | 21.31 | 21.28 | 21.07 | - |
| YUV | 128.14 | 123.97 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 124 | 121 | 0 | 0.11 | 0.13 | 0.45 | 10 | 0.07 | 0.51 |
| Hex | 8B | 7C | 79 | 0 | B | D | 2D | A | 7 | 33 |
| Octal | 213 | 174 | 171 | 0 | 13 | 15 | 55 | 12 | 7 | 63 |
| Binary | 10001011 | 1111100 | 1111001 | 0 | 1011 | 1101 | 101101 | 1010 | 111 | 110011 |
Color Harmonies of #8B7C79
Complementary color
Monochromatic Colors of #8B7C79
Black with #8B7C79
Text Example
Text Example
White with #8B7C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7C79; }
p { color: rgb(139,124,121); }
H1.HeaderClassName
{
color: #8B7C79;
}
.AnyTagClassName
{
color: #8B7C79;
}
</style>
background-color css
<style>
a { background-color: #8B7C79; }
a { background-color: rgb(139,124,121); }
div.DivClassName
{
background-color: #8B7C79;
}
.BgClassName
{
background-color: #8B7C79;
}
</style>
border-color css
<style>
span { border-color: #8B7C79; }
span { border-color: rgb(139,124,121); }
td.TdClassName
{
border-color: #8B7C79;
}
.TagClassName
{
border-color: #8B7C79;
}
</style>