Shades of Suva Grey #8B7D7A
Tints of Suva Grey #8B7D7A
RGB
CMYK
RGB Variations
Color information
#8B7D7A (or 0x8B7D7A) is known color: Suva Grey. HEX triplet: 8B, 7D and 7A. RGB value is (139,125,122). Sum of RGB (Red+Green+Blue) = 139+125+122=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7D7A is #748285. Grayscale: #808080. Windows color (decimal): -7635590 or 8027531. OLE color: 8027531.
HSL color Cylindrical-coordinate representation of color #8B7D7A: hue angle of 10.59º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8B7D7A is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 125 | 122 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.45 |
| HSL | 10.59º | 0.07% | 0.51% | - |
| HSV(B) | 10.59º | 0.12% | 0.55% | - |
| XYZ | 21.49 | 21.56 | 21.44 | - |
| YUV | 128.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 125 | 122 | 0 | 0.10 | 0.12 | 0.45 | 10.59 | 0.07 | 0.51 |
| Hex | 8B | 7D | 7A | 0 | A | C | 2D | B | 7 | 33 |
| Octal | 213 | 175 | 172 | 0 | 12 | 14 | 55 | 13 | 7 | 63 |
| Binary | 10001011 | 1111101 | 1111010 | 0 | 1010 | 1100 | 101101 | 1011 | 111 | 110011 |
Color Harmonies of #8B7D7A
Complementary color
Monochromatic Colors of #8B7D7A
Black with #8B7D7A
Text Example
Text Example
White with #8B7D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7D7A; }
p { color: rgb(139,125,122); }
H1.HeaderClassName
{
color: #8B7D7A;
}
.AnyTagClassName
{
color: #8B7D7A;
}
</style>
background-color css
<style>
a { background-color: #8B7D7A; }
a { background-color: rgb(139,125,122); }
div.DivClassName
{
background-color: #8B7D7A;
}
.BgClassName
{
background-color: #8B7D7A;
}
</style>
border-color css
<style>
span { border-color: #8B7D7A; }
span { border-color: rgb(139,125,122); }
td.TdClassName
{
border-color: #8B7D7A;
}
.TagClassName
{
border-color: #8B7D7A;
}
</style>