Shades of Regent Grey #7A8C93
Tints of Regent Grey #7A8C93
RGB
CMYK
RGB Variations
Color information
#7A8C93 (or 0x7A8C93) is known color: Regent Grey. HEX triplet: 7A, 8C and 93. RGB value is (122,140,147). Sum of RGB (Red+Green+Blue) = 122+140+147=409 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.83% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 147 - color contains mainly: blue. Hex color #7A8C93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8C93 is #85736C. Grayscale: #878787. Windows color (decimal): -8745837 or 9669754. OLE color: 9669754.
HSL color Cylindrical-coordinate representation of color #7A8C93: hue angle of 196.8º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A8C93 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 140 | 147 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.42 |
| HSL | 196.8º | 0.1% | 0.53% | - |
| HSV(B) | 196.8º | 0.17% | 0.58% | - |
| XYZ | 22.67 | 25 | 31.23 | - |
| YUV | 135.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 140 | 147 | 0.17 | 0.05 | 0 | 0.42 | 196.8 | 0.1 | 0.53 |
| Hex | 7A | 8C | 93 | 11 | 5 | 0 | 2A | C5 | A | 35 |
| Octal | 172 | 214 | 223 | 21 | 5 | 0 | 52 | 305 | 12 | 65 |
| Binary | 1111010 | 10001100 | 10010011 | 10001 | 101 | 0 | 101010 | 11000101 | 1010 | 110101 |
Color Harmonies of #7A8C93
Complementary color
Monochromatic Colors of #7A8C93
Black with #7A8C93
Text Example
Text Example
White with #7A8C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8C93; }
p { color: rgb(122,140,147); }
H1.HeaderClassName
{
color: #7A8C93;
}
.AnyTagClassName
{
color: #7A8C93;
}
</style>
background-color css
<style>
a { background-color: #7A8C93; }
a { background-color: rgb(122,140,147); }
div.DivClassName
{
background-color: #7A8C93;
}
.BgClassName
{
background-color: #7A8C93;
}
</style>
border-color css
<style>
span { border-color: #7A8C93; }
span { border-color: rgb(122,140,147); }
td.TdClassName
{
border-color: #7A8C93;
}
.TagClassName
{
border-color: #7A8C93;
}
</style>