Shades of Regent Grey #7C8889
Tints of Regent Grey #7C8889
RGB
CMYK
RGB Variations
Color information
#7C8889 (or 0x7C8889) is known color: Regent Grey. HEX triplet: 7C, 88 and 89. RGB value is (124,136,137). Sum of RGB (Red+Green+Blue) = 124+136+137=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 137 - color contains mainly: blue. Hex color #7C8889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8889 is #837776. Grayscale: #848484. Windows color (decimal): -8615799 or 9013372. OLE color: 9013372.
HSL color Cylindrical-coordinate representation of color #7C8889: hue angle of 184.62º 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 #7C8889 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
RGB | 124 | 136 | 137 | - |
CMYK | 0.09 | 0.01 | 0 | 0.46 |
HSL | 184.62º | 0.05% | 0.51% | - |
HSV(B) | 184.62º | 0.09% | 0.54% | - |
XYZ | 21.63 | 23.7 | 27.1 | - |
YUV | 132.53 | 130.52 | 121.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 124 | 136 | 137 | 0.09 | 0.01 | 0 | 0.46 | 184.62 | 0.05 | 0.51 |
Hex | 7C | 88 | 89 | 9 | 1 | 0 | 2E | B9 | 5 | 33 |
Octal | 174 | 210 | 211 | 11 | 1 | 0 | 56 | 271 | 5 | 63 |
Binary | 1111100 | 10001000 | 10001001 | 1001 | 1 | 0 | 101110 | 10111001 | 101 | 110011 |
Color Harmonies of #7C8889
Complementary color
Monochromatic Colors of #7C8889
Black with #7C8889
Text Example
Text Example
White with #7C8889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8889; }
p { color: rgb(124,136,137); }
H1.HeaderClassName
{
color: #7C8889;
}
.AnyTagClassName
{
color: #7C8889;
}
</style>
background-color css
<style>
a { background-color: #7C8889; }
a { background-color: rgb(124,136,137); }
div.DivClassName
{
background-color: #7C8889;
}
.BgClassName
{
background-color: #7C8889;
}
</style>
border-color css
<style>
span { border-color: #7C8889; }
span { border-color: rgb(124,136,137); }
td.TdClassName
{
border-color: #7C8889;
}
.TagClassName
{
border-color: #7C8889;
}
</style>