Shades of Regent Grey #7A848A
Tints of Regent Grey #7A848A
RGB
CMYK
RGB Variations
Color information
#7A848A (or 0x7A848A) is known color: Regent Grey. HEX triplet: 7A, 84 and 8A. RGB value is (122,132,138). Sum of RGB (Red+Green+Blue) = 122+132+138=392 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.12% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 138 - color contains mainly: blue. Hex color #7A848A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A848A is #857B75. Grayscale: #818181. Windows color (decimal): -8747894 or 9077882. OLE color: 9077882.
HSL color Cylindrical-coordinate representation of color #7A848A: hue angle of 202.5º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7A848A is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 132 | 138 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.46 |
| HSL | 202.5º | 0.06% | 0.51% | - |
| HSV(B) | 202.5º | 0.12% | 0.54% | - |
| XYZ | 20.86 | 22.48 | 27.28 | - |
| YUV | 129.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 132 | 138 | 0.12 | 0.04 | 0 | 0.46 | 202.5 | 0.06 | 0.51 |
| Hex | 7A | 84 | 8A | C | 4 | 0 | 2E | CA | 6 | 33 |
| Octal | 172 | 204 | 212 | 14 | 4 | 0 | 56 | 312 | 6 | 63 |
| Binary | 1111010 | 10000100 | 10001010 | 1100 | 100 | 0 | 101110 | 11001010 | 110 | 110011 |
Color Harmonies of #7A848A
Complementary color
Monochromatic Colors of #7A848A
Black with #7A848A
Text Example
Text Example
White with #7A848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A848A; }
p { color: rgb(122,132,138); }
H1.HeaderClassName
{
color: #7A848A;
}
.AnyTagClassName
{
color: #7A848A;
}
</style>
background-color css
<style>
a { background-color: #7A848A; }
a { background-color: rgb(122,132,138); }
div.DivClassName
{
background-color: #7A848A;
}
.BgClassName
{
background-color: #7A848A;
}
</style>
border-color css
<style>
span { border-color: #7A848A; }
span { border-color: rgb(122,132,138); }
td.TdClassName
{
border-color: #7A848A;
}
.TagClassName
{
border-color: #7A848A;
}
</style>