Shades of Regent Grey #7A8688
Tints of Regent Grey #7A8688
RGB
CMYK
RGB Variations
Color information
#7A8688 (or 0x7A8688) is known color: Regent Grey. HEX triplet: 7A, 86 and 88. RGB value is (122,134,136). Sum of RGB (Red+Green+Blue) = 122+134+136=392 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.12% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 136 - color contains mainly: blue. Hex color #7A8688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8688 is #857977. Grayscale: #828282. Windows color (decimal): -8747384 or 8947322. OLE color: 8947322.
HSL color Cylindrical-coordinate representation of color #7A8688: hue angle of 188.57º 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 #7A8688 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 134 | 136 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.47 |
| HSL | 188.57º | 0.06% | 0.51% | - |
| HSV(B) | 188.57º | 0.1% | 0.53% | - |
| XYZ | 21 | 22.97 | 26.62 | - |
| YUV | 130.64 | 131.02 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 134 | 136 | 0.10 | 0.01 | 0 | 0.47 | 188.57 | 0.06 | 0.51 |
| Hex | 7A | 86 | 88 | A | 1 | 0 | 2F | BD | 6 | 33 |
| Octal | 172 | 206 | 210 | 12 | 1 | 0 | 57 | 275 | 6 | 63 |
| Binary | 1111010 | 10000110 | 10001000 | 1010 | 1 | 0 | 101111 | 10111101 | 110 | 110011 |
Color Harmonies of #7A8688
Complementary color
Monochromatic Colors of #7A8688
Black with #7A8688
Text Example
Text Example
White with #7A8688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8688; }
p { color: rgb(122,134,136); }
H1.HeaderClassName
{
color: #7A8688;
}
.AnyTagClassName
{
color: #7A8688;
}
</style>
background-color css
<style>
a { background-color: #7A8688; }
a { background-color: rgb(122,134,136); }
div.DivClassName
{
background-color: #7A8688;
}
.BgClassName
{
background-color: #7A8688;
}
</style>
border-color css
<style>
span { border-color: #7A8688; }
span { border-color: rgb(122,134,136); }
td.TdClassName
{
border-color: #7A8688;
}
.TagClassName
{
border-color: #7A8688;
}
</style>