Shades of Regent Grey #7D9093
Tints of Regent Grey #7D9093
RGB
CMYK
RGB Variations
Color information
#7D9093 (or 0x7D9093) is known color: Regent Grey. HEX triplet: 7D, 90 and 93. RGB value is (125,144,147). Sum of RGB (Red+Green+Blue) = 125+144+147=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 147 - color contains mainly: blue. Hex color #7D9093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9093 is #826F6C. Grayscale: #8A8A8A. Windows color (decimal): -8548205 or 9670781. OLE color: 9670781.
HSL color Cylindrical-coordinate representation of color #7D9093: hue angle of 188.18º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7D9093 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 144 | 147 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.42 |
| HSL | 188.18º | 0.09% | 0.53% | - |
| HSV(B) | 188.18º | 0.15% | 0.58% | - |
| XYZ | 23.7 | 26.41 | 31.45 | - |
| YUV | 138.66 | 132.71 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 144 | 147 | 0.15 | 0.02 | 0 | 0.42 | 188.18 | 0.09 | 0.53 |
| Hex | 7D | 90 | 93 | F | 2 | 0 | 2A | BC | 9 | 35 |
| Octal | 175 | 220 | 223 | 17 | 2 | 0 | 52 | 274 | 11 | 65 |
| Binary | 1111101 | 10010000 | 10010011 | 1111 | 10 | 0 | 101010 | 10111100 | 1001 | 110101 |
Color Harmonies of #7D9093
Complementary color
Monochromatic Colors of #7D9093
Black with #7D9093
Text Example
Text Example
White with #7D9093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9093; }
p { color: rgb(125,144,147); }
H1.HeaderClassName
{
color: #7D9093;
}
.AnyTagClassName
{
color: #7D9093;
}
</style>
background-color css
<style>
a { background-color: #7D9093; }
a { background-color: rgb(125,144,147); }
div.DivClassName
{
background-color: #7D9093;
}
.BgClassName
{
background-color: #7D9093;
}
</style>
border-color css
<style>
span { border-color: #7D9093; }
span { border-color: rgb(125,144,147); }
td.TdClassName
{
border-color: #7D9093;
}
.TagClassName
{
border-color: #7D9093;
}
</style>