Shades of Regent Grey #7A8588
Tints of Regent Grey #7A8588
RGB
CMYK
RGB Variations
Color information
#7A8588 (or 0x7A8588) is known color: Regent Grey. HEX triplet: 7A, 85 and 88. RGB value is (122,133,136). Sum of RGB (Red+Green+Blue) = 122+133+136=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 136 - color contains mainly: blue. Hex color #7A8588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8588 is #857A77. Grayscale: #828282. Windows color (decimal): -8747640 or 8947066. OLE color: 8947066.
HSL color Cylindrical-coordinate representation of color #7A8588: hue angle of 192.86º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7A8588 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 133 | 136 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.47 |
| HSL | 192.86º | 0.06% | 0.51% | - |
| HSV(B) | 192.86º | 0.1% | 0.53% | - |
| XYZ | 20.86 | 22.69 | 26.57 | - |
| YUV | 130.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 133 | 136 | 0.10 | 0.02 | 0 | 0.47 | 192.86 | 0.06 | 0.51 |
| Hex | 7A | 85 | 88 | A | 2 | 0 | 2F | C1 | 6 | 33 |
| Octal | 172 | 205 | 210 | 12 | 2 | 0 | 57 | 301 | 6 | 63 |
| Binary | 1111010 | 10000101 | 10001000 | 1010 | 10 | 0 | 101111 | 11000001 | 110 | 110011 |
Color Harmonies of #7A8588
Complementary color
Monochromatic Colors of #7A8588
Black with #7A8588
Text Example
Text Example
White with #7A8588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8588; }
p { color: rgb(122,133,136); }
H1.HeaderClassName
{
color: #7A8588;
}
.AnyTagClassName
{
color: #7A8588;
}
</style>
background-color css
<style>
a { background-color: #7A8588; }
a { background-color: rgb(122,133,136); }
div.DivClassName
{
background-color: #7A8588;
}
.BgClassName
{
background-color: #7A8588;
}
</style>
border-color css
<style>
span { border-color: #7A8588; }
span { border-color: rgb(122,133,136); }
td.TdClassName
{
border-color: #7A8588;
}
.TagClassName
{
border-color: #7A8588;
}
</style>