Shades of Regent Grey #7D8C8E
Tints of Regent Grey #7D8C8E
RGB
CMYK
RGB Variations
Color information
#7D8C8E (or 0x7D8C8E) is known color: Regent Grey. HEX triplet: 7D, 8C and 8E. RGB value is (125,140,142). Sum of RGB (Red+Green+Blue) = 125+140+142=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 142 - color contains mainly: blue. Hex color #7D8C8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8C8E is #827371. Grayscale: #878787. Windows color (decimal): -8549234 or 9342077. OLE color: 9342077.
HSL color Cylindrical-coordinate representation of color #7D8C8E: hue angle of 187.06º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7D8C8E is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 140 | 142 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.44 |
| HSL | 187.06º | 0.07% | 0.52% | - |
| HSV(B) | 187.06º | 0.12% | 0.56% | - |
| XYZ | 22.72 | 25.07 | 29.23 | - |
| YUV | 135.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 140 | 142 | 0.12 | 0.01 | 0 | 0.44 | 187.06 | 0.07 | 0.52 |
| Hex | 7D | 8C | 8E | C | 1 | 0 | 2C | BB | 7 | 34 |
| Octal | 175 | 214 | 216 | 14 | 1 | 0 | 54 | 273 | 7 | 64 |
| Binary | 1111101 | 10001100 | 10001110 | 1100 | 1 | 0 | 101100 | 10111011 | 111 | 110100 |
Color Harmonies of #7D8C8E
Complementary color
Monochromatic Colors of #7D8C8E
Black with #7D8C8E
Text Example
Text Example
White with #7D8C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8C8E; }
p { color: rgb(125,140,142); }
H1.HeaderClassName
{
color: #7D8C8E;
}
.AnyTagClassName
{
color: #7D8C8E;
}
</style>
background-color css
<style>
a { background-color: #7D8C8E; }
a { background-color: rgb(125,140,142); }
div.DivClassName
{
background-color: #7D8C8E;
}
.BgClassName
{
background-color: #7D8C8E;
}
</style>
border-color css
<style>
span { border-color: #7D8C8E; }
span { border-color: rgb(125,140,142); }
td.TdClassName
{
border-color: #7D8C8E;
}
.TagClassName
{
border-color: #7D8C8E;
}
</style>