Shades of Regent Grey #7D8588
Tints of Regent Grey #7D8588
RGB
CMYK
RGB Variations
Color information
#7D8588 (or 0x7D8588) is known color: Regent Grey. HEX triplet: 7D, 85 and 88. RGB value is (125,133,136). Sum of RGB (Red+Green+Blue) = 125+133+136=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 136 - color contains mainly: blue. Hex color #7D8588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8588 is #827A77. Grayscale: #828282. Windows color (decimal): -8551032 or 8947069. OLE color: 8947069.
HSL color Cylindrical-coordinate representation of color #7D8588: hue angle of 196.36º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7D8588 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 133 | 136 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.47 |
| HSL | 196.36º | 0.04% | 0.51% | - |
| HSV(B) | 196.36º | 0.08% | 0.53% | - |
| XYZ | 21.29 | 22.91 | 26.59 | - |
| YUV | 130.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 133 | 136 | 0.08 | 0.02 | 0 | 0.47 | 196.36 | 0.04 | 0.51 |
| Hex | 7D | 85 | 88 | 8 | 2 | 0 | 2F | C4 | 4 | 33 |
| Octal | 175 | 205 | 210 | 10 | 2 | 0 | 57 | 304 | 4 | 63 |
| Binary | 1111101 | 10000101 | 10001000 | 1000 | 10 | 0 | 101111 | 11000100 | 100 | 110011 |
Color Harmonies of #7D8588
Complementary color
Monochromatic Colors of #7D8588
Black with #7D8588
Text Example
Text Example
White with #7D8588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8588; }
p { color: rgb(125,133,136); }
H1.HeaderClassName
{
color: #7D8588;
}
.AnyTagClassName
{
color: #7D8588;
}
</style>
background-color css
<style>
a { background-color: #7D8588; }
a { background-color: rgb(125,133,136); }
div.DivClassName
{
background-color: #7D8588;
}
.BgClassName
{
background-color: #7D8588;
}
</style>
border-color css
<style>
span { border-color: #7D8588; }
span { border-color: rgb(125,133,136); }
td.TdClassName
{
border-color: #7D8588;
}
.TagClassName
{
border-color: #7D8588;
}
</style>