Shades of Suva Grey #8A7D7B
Tints of Suva Grey #8A7D7B
RGB
CMYK
RGB Variations
Color information
#8A7D7B (or 0x8A7D7B) is known color: Suva Grey. HEX triplet: 8A, 7D and 7B. RGB value is (138,125,123). Sum of RGB (Red+Green+Blue) = 138+125+123=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7D7B is #758284. Grayscale: #808080. Windows color (decimal): -7701125 or 8093066. OLE color: 8093066.
HSL color Cylindrical-coordinate representation of color #8A7D7B: hue angle of 8º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8A7D7B is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 125 | 123 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.46 |
| HSL | 8º | 0.06% | 0.51% | - |
| HSV(B) | 8º | 0.11% | 0.54% | - |
| XYZ | 21.39 | 21.5 | 21.76 | - |
| YUV | 128.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 125 | 123 | 0 | 0.09 | 0.11 | 0.46 | 8 | 0.06 | 0.51 |
| Hex | 8A | 7D | 7B | 0 | 9 | B | 2E | 8 | 6 | 33 |
| Octal | 212 | 175 | 173 | 0 | 11 | 13 | 56 | 10 | 6 | 63 |
| Binary | 10001010 | 1111101 | 1111011 | 0 | 1001 | 1011 | 101110 | 1000 | 110 | 110011 |
Color Harmonies of #8A7D7B
Complementary color
Monochromatic Colors of #8A7D7B
Black with #8A7D7B
Text Example
Text Example
White with #8A7D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7D7B; }
p { color: rgb(138,125,123); }
H1.HeaderClassName
{
color: #8A7D7B;
}
.AnyTagClassName
{
color: #8A7D7B;
}
</style>
background-color css
<style>
a { background-color: #8A7D7B; }
a { background-color: rgb(138,125,123); }
div.DivClassName
{
background-color: #8A7D7B;
}
.BgClassName
{
background-color: #8A7D7B;
}
</style>
border-color css
<style>
span { border-color: #8A7D7B; }
span { border-color: rgb(138,125,123); }
td.TdClassName
{
border-color: #8A7D7B;
}
.TagClassName
{
border-color: #8A7D7B;
}
</style>