Shades of Regent Grey #7C8589
Tints of Regent Grey #7C8589
RGB
CMYK
RGB Variations
Color information
#7C8589 (or 0x7C8589) is known color: Regent Grey. HEX triplet: 7C, 85 and 89. RGB value is (124,133,137). Sum of RGB (Red+Green+Blue) = 124+133+137=394 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.47% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 137 - color contains mainly: blue. Hex color #7C8589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8589 is #837A76. Grayscale: #828282. Windows color (decimal): -8616567 or 9012604. OLE color: 9012604.
HSL color Cylindrical-coordinate representation of color #7C8589: hue angle of 198.46º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7C8589 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 133 | 137 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.46 |
| HSL | 198.46º | 0.05% | 0.51% | - |
| HSV(B) | 198.46º | 0.09% | 0.54% | - |
| XYZ | 21.22 | 22.87 | 26.96 | - |
| YUV | 130.77 | 131.52 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 137 | 0.09 | 0.03 | 0 | 0.46 | 198.46 | 0.05 | 0.51 |
| Hex | 7C | 85 | 89 | 9 | 3 | 0 | 2E | C6 | 5 | 33 |
| Octal | 174 | 205 | 211 | 11 | 3 | 0 | 56 | 306 | 5 | 63 |
| Binary | 1111100 | 10000101 | 10001001 | 1001 | 11 | 0 | 101110 | 11000110 | 101 | 110011 |
Color Harmonies of #7C8589
Complementary color
Monochromatic Colors of #7C8589
Black with #7C8589
Text Example
Text Example
White with #7C8589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8589; }
p { color: rgb(124,133,137); }
H1.HeaderClassName
{
color: #7C8589;
}
.AnyTagClassName
{
color: #7C8589;
}
</style>
background-color css
<style>
a { background-color: #7C8589; }
a { background-color: rgb(124,133,137); }
div.DivClassName
{
background-color: #7C8589;
}
.BgClassName
{
background-color: #7C8589;
}
</style>
border-color css
<style>
span { border-color: #7C8589; }
span { border-color: rgb(124,133,137); }
td.TdClassName
{
border-color: #7C8589;
}
.TagClassName
{
border-color: #7C8589;
}
</style>