Shades of Regent Grey #788D93
Tints of Regent Grey #788D93
RGB
CMYK
RGB Variations
Color information
#788D93 (or 0x788D93) is known color: Regent Grey. HEX triplet: 78, 8D and 93. RGB value is (120,141,147). Sum of RGB (Red+Green+Blue) = 120+141+147=408 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.41% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 147 - color contains mainly: blue. Hex color #788D93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788D93 is #87726C. Grayscale: #878787. Windows color (decimal): -8876653 or 9670008. OLE color: 9670008.
HSL color Cylindrical-coordinate representation of color #788D93: hue angle of 193.33º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #788D93 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 141 | 147 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.42 |
| HSL | 193.33º | 0.11% | 0.52% | - |
| HSV(B) | 193.33º | 0.18% | 0.58% | - |
| XYZ | 22.54 | 25.15 | 31.27 | - |
| YUV | 135.41 | 134.54 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 147 | 0.18 | 0.04 | 0 | 0.42 | 193.33 | 0.11 | 0.52 |
| Hex | 78 | 8D | 93 | 12 | 4 | 0 | 2A | C1 | B | 34 |
| Octal | 170 | 215 | 223 | 22 | 4 | 0 | 52 | 301 | 13 | 64 |
| Binary | 1111000 | 10001101 | 10010011 | 10010 | 100 | 0 | 101010 | 11000001 | 1011 | 110100 |
Color Harmonies of #788D93
Complementary color
Monochromatic Colors of #788D93
Black with #788D93
Text Example
Text Example
White with #788D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788D93; }
p { color: rgb(120,141,147); }
H1.HeaderClassName
{
color: #788D93;
}
.AnyTagClassName
{
color: #788D93;
}
</style>
background-color css
<style>
a { background-color: #788D93; }
a { background-color: rgb(120,141,147); }
div.DivClassName
{
background-color: #788D93;
}
.BgClassName
{
background-color: #788D93;
}
</style>
border-color css
<style>
span { border-color: #788D93; }
span { border-color: rgb(120,141,147); }
td.TdClassName
{
border-color: #788D93;
}
.TagClassName
{
border-color: #788D93;
}
</style>