Shades of Suva Grey #8B7E7B
Tints of Suva Grey #8B7E7B
RGB
CMYK
RGB Variations
Color information
#8B7E7B (or 0x8B7E7B) is known color: Suva Grey. HEX triplet: 8B, 7E and 7B. RGB value is (139,126,123). Sum of RGB (Red+Green+Blue) = 139+126+123=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7E7B is #748184. Grayscale: #818181. Windows color (decimal): -7635333 or 8093323. OLE color: 8093323.
HSL color Cylindrical-coordinate representation of color #8B7E7B: hue angle of 11.25º degrees, saturation: 0.06, 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 #8B7E7B is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 126 | 123 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.45 |
| HSL | 11.25º | 0.06% | 0.51% | - |
| HSV(B) | 11.25º | 0.12% | 0.55% | - |
| XYZ | 21.68 | 21.84 | 21.81 | - |
| YUV | 129.55 | 124.31 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 126 | 123 | 0 | 0.09 | 0.12 | 0.45 | 11.25 | 0.06 | 0.51 |
| Hex | 8B | 7E | 7B | 0 | 9 | C | 2D | B | 6 | 33 |
| Octal | 213 | 176 | 173 | 0 | 11 | 14 | 55 | 13 | 6 | 63 |
| Binary | 10001011 | 1111110 | 1111011 | 0 | 1001 | 1100 | 101101 | 1011 | 110 | 110011 |
Color Harmonies of #8B7E7B
Complementary color
Monochromatic Colors of #8B7E7B
Black with #8B7E7B
Text Example
Text Example
White with #8B7E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7E7B; }
p { color: rgb(139,126,123); }
H1.HeaderClassName
{
color: #8B7E7B;
}
.AnyTagClassName
{
color: #8B7E7B;
}
</style>
background-color css
<style>
a { background-color: #8B7E7B; }
a { background-color: rgb(139,126,123); }
div.DivClassName
{
background-color: #8B7E7B;
}
.BgClassName
{
background-color: #8B7E7B;
}
</style>
border-color css
<style>
span { border-color: #8B7E7B; }
span { border-color: rgb(139,126,123); }
td.TdClassName
{
border-color: #8B7E7B;
}
.TagClassName
{
border-color: #8B7E7B;
}
</style>