Shades of Regent Grey #7A8487
Tints of Regent Grey #7A8487
RGB
CMYK
RGB Variations
Color information
#7A8487 (or 0x7A8487) is known color: Regent Grey. HEX triplet: 7A, 84 and 87. RGB value is (122,132,135). Sum of RGB (Red+Green+Blue) = 122+132+135=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 135 - color contains mainly: blue. Hex color #7A8487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8487 is #857B78. Grayscale: #818181. Windows color (decimal): -8747897 or 8881274. OLE color: 8881274.
HSL color Cylindrical-coordinate representation of color #7A8487: hue angle of 193.85º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7A8487 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 132 | 135 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.47 |
| HSL | 193.85º | 0.05% | 0.5% | - |
| HSV(B) | 193.85º | 0.1% | 0.53% | - |
| XYZ | 20.65 | 22.39 | 26.15 | - |
| YUV | 129.35 | 131.19 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 132 | 135 | 0.10 | 0.02 | 0 | 0.47 | 193.85 | 0.05 | 0.5 |
| Hex | 7A | 84 | 87 | A | 2 | 0 | 2F | C2 | 5 | 32 |
| Octal | 172 | 204 | 207 | 12 | 2 | 0 | 57 | 302 | 5 | 62 |
| Binary | 1111010 | 10000100 | 10000111 | 1010 | 10 | 0 | 101111 | 11000010 | 101 | 110010 |
Color Harmonies of #7A8487
Complementary color
Monochromatic Colors of #7A8487
Black with #7A8487
Text Example
Text Example
White with #7A8487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8487; }
p { color: rgb(122,132,135); }
H1.HeaderClassName
{
color: #7A8487;
}
.AnyTagClassName
{
color: #7A8487;
}
</style>
background-color css
<style>
a { background-color: #7A8487; }
a { background-color: rgb(122,132,135); }
div.DivClassName
{
background-color: #7A8487;
}
.BgClassName
{
background-color: #7A8487;
}
</style>
border-color css
<style>
span { border-color: #7A8487; }
span { border-color: rgb(122,132,135); }
td.TdClassName
{
border-color: #7A8487;
}
.TagClassName
{
border-color: #7A8487;
}
</style>