Shades of Regent Grey #7D888B
Tints of Regent Grey #7D888B
RGB
CMYK
RGB Variations
Color information
#7D888B (or 0x7D888B) is known color: Regent Grey. HEX triplet: 7D, 88 and 8B. RGB value is (125,136,139). Sum of RGB (Red+Green+Blue) = 125+136+139=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D888B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D888B is #827774. Grayscale: #858585. Windows color (decimal): -8550261 or 9144445. OLE color: 9144445.
HSL color Cylindrical-coordinate representation of color #7D888B: hue angle of 192.86º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7D888B is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 136 | 139 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.45 |
| HSL | 192.86º | 0.06% | 0.52% | - |
| HSV(B) | 192.86º | 0.1% | 0.55% | - |
| XYZ | 21.92 | 23.83 | 27.87 | - |
| YUV | 133.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 136 | 139 | 0.10 | 0.02 | 0 | 0.45 | 192.86 | 0.06 | 0.52 |
| Hex | 7D | 88 | 8B | A | 2 | 0 | 2D | C1 | 6 | 34 |
| Octal | 175 | 210 | 213 | 12 | 2 | 0 | 55 | 301 | 6 | 64 |
| Binary | 1111101 | 10001000 | 10001011 | 1010 | 10 | 0 | 101101 | 11000001 | 110 | 110100 |
Color Harmonies of #7D888B
Complementary color
Monochromatic Colors of #7D888B
Black with #7D888B
Text Example
Text Example
White with #7D888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D888B; }
p { color: rgb(125,136,139); }
H1.HeaderClassName
{
color: #7D888B;
}
.AnyTagClassName
{
color: #7D888B;
}
</style>
background-color css
<style>
a { background-color: #7D888B; }
a { background-color: rgb(125,136,139); }
div.DivClassName
{
background-color: #7D888B;
}
.BgClassName
{
background-color: #7D888B;
}
</style>
border-color css
<style>
span { border-color: #7D888B; }
span { border-color: rgb(125,136,139); }
td.TdClassName
{
border-color: #7D888B;
}
.TagClassName
{
border-color: #7D888B;
}
</style>