Shades of Regent Grey #7E9196
Tints of Regent Grey #7E9196
RGB
CMYK
RGB Variations
Color information
#7E9196 (or 0x7E9196) is known color: Regent Grey. HEX triplet: 7E, 91 and 96. RGB value is (126,145,150). Sum of RGB (Red+Green+Blue) = 126+145+150=421 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.93% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 150 - color contains mainly: blue. Hex color #7E9196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9196 is #816E69. Grayscale: #8B8B8B. Windows color (decimal): -8482410 or 9867646. OLE color: 9867646.
HSL color Cylindrical-coordinate representation of color #7E9196: hue angle of 192.5º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7E9196 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 126 | 145 | 150 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.41 |
| HSL | 192.5º | 0.1% | 0.54% | - |
| HSV(B) | 192.5º | 0.16% | 0.59% | - |
| XYZ | 24.23 | 26.89 | 32.77 | - |
| YUV | 139.89 | 133.71 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 145 | 150 | 0.16 | 0.03 | 0 | 0.41 | 192.5 | 0.1 | 0.54 |
| Hex | 7E | 91 | 96 | 10 | 3 | 0 | 29 | C0 | A | 36 |
| Octal | 176 | 221 | 226 | 20 | 3 | 0 | 51 | 300 | 12 | 66 |
| Binary | 1111110 | 10010001 | 10010110 | 10000 | 11 | 0 | 101001 | 11000000 | 1010 | 110110 |
Color Harmonies of #7E9196
Complementary color
Monochromatic Colors of #7E9196
Black with #7E9196
Text Example
Text Example
White with #7E9196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9196; }
p { color: rgb(126,145,150); }
H1.HeaderClassName
{
color: #7E9196;
}
.AnyTagClassName
{
color: #7E9196;
}
</style>
background-color css
<style>
a { background-color: #7E9196; }
a { background-color: rgb(126,145,150); }
div.DivClassName
{
background-color: #7E9196;
}
.BgClassName
{
background-color: #7E9196;
}
</style>
border-color css
<style>
span { border-color: #7E9196; }
span { border-color: rgb(126,145,150); }
td.TdClassName
{
border-color: #7E9196;
}
.TagClassName
{
border-color: #7E9196;
}
</style>