Shades of Regent Grey #7C8586
Tints of Regent Grey #7C8586
RGB
CMYK
RGB Variations
Color information
#7C8586 (or 0x7C8586) is known color: Regent Grey. HEX triplet: 7C, 85 and 86. RGB value is (124,133,134). Sum of RGB (Red+Green+Blue) = 124+133+134=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 134 - color contains mainly: blue. Hex color #7C8586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8586 is #837A79. Grayscale: #828282. Windows color (decimal): -8616570 or 8815996. OLE color: 8815996.
HSL color Cylindrical-coordinate representation of color #7C8586: hue angle of 186º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7C8586 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 133 | 134 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.47 |
| HSL | 186º | 0.04% | 0.51% | - |
| HSV(B) | 186º | 0.07% | 0.53% | - |
| XYZ | 21 | 22.78 | 25.84 | - |
| YUV | 130.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 134 | 0.07 | 0.01 | 0 | 0.47 | 186 | 0.04 | 0.51 |
| Hex | 7C | 85 | 86 | 7 | 1 | 0 | 2F | BA | 4 | 33 |
| Octal | 174 | 205 | 206 | 7 | 1 | 0 | 57 | 272 | 4 | 63 |
| Binary | 1111100 | 10000101 | 10000110 | 111 | 1 | 0 | 101111 | 10111010 | 100 | 110011 |
Color Harmonies of #7C8586
Complementary color
Monochromatic Colors of #7C8586
Black with #7C8586
Text Example
Text Example
White with #7C8586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8586; }
p { color: rgb(124,133,134); }
H1.HeaderClassName
{
color: #7C8586;
}
.AnyTagClassName
{
color: #7C8586;
}
</style>
background-color css
<style>
a { background-color: #7C8586; }
a { background-color: rgb(124,133,134); }
div.DivClassName
{
background-color: #7C8586;
}
.BgClassName
{
background-color: #7C8586;
}
</style>
border-color css
<style>
span { border-color: #7C8586; }
span { border-color: rgb(124,133,134); }
td.TdClassName
{
border-color: #7C8586;
}
.TagClassName
{
border-color: #7C8586;
}
</style>