Shades of Regent Grey #788C93
Tints of Regent Grey #788C93
RGB
CMYK
RGB Variations
Color information
#788C93 (or 0x788C93) is known color: Regent Grey. HEX triplet: 78, 8C and 93. RGB value is (120,140,147). Sum of RGB (Red+Green+Blue) = 120+140+147=407 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.48% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 147 - color contains mainly: blue. Hex color #788C93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788C93 is #87736C. Grayscale: #868686. Windows color (decimal): -8876909 or 9669752. OLE color: 9669752.
HSL color Cylindrical-coordinate representation of color #788C93: hue angle of 195.56º 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 #788C93 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 140 | 147 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.42 |
| HSL | 195.56º | 0.11% | 0.52% | - |
| HSV(B) | 195.56º | 0.18% | 0.58% | - |
| XYZ | 22.39 | 24.86 | 31.22 | - |
| YUV | 134.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 140 | 147 | 0.18 | 0.05 | 0 | 0.42 | 195.56 | 0.11 | 0.52 |
| Hex | 78 | 8C | 93 | 12 | 5 | 0 | 2A | C4 | B | 34 |
| Octal | 170 | 214 | 223 | 22 | 5 | 0 | 52 | 304 | 13 | 64 |
| Binary | 1111000 | 10001100 | 10010011 | 10010 | 101 | 0 | 101010 | 11000100 | 1011 | 110100 |
Color Harmonies of #788C93
Complementary color
Monochromatic Colors of #788C93
Black with #788C93
Text Example
Text Example
White with #788C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788C93; }
p { color: rgb(120,140,147); }
H1.HeaderClassName
{
color: #788C93;
}
.AnyTagClassName
{
color: #788C93;
}
</style>
background-color css
<style>
a { background-color: #788C93; }
a { background-color: rgb(120,140,147); }
div.DivClassName
{
background-color: #788C93;
}
.BgClassName
{
background-color: #788C93;
}
</style>
border-color css
<style>
span { border-color: #788C93; }
span { border-color: rgb(120,140,147); }
td.TdClassName
{
border-color: #788C93;
}
.TagClassName
{
border-color: #788C93;
}
</style>