Shades of Regent Grey #778B93
Tints of Regent Grey #778B93
RGB
CMYK
RGB Variations
Color information
#778B93 (or 0x778B93) is known color: Regent Grey. HEX triplet: 77, 8B and 93. RGB value is (119,139,147). Sum of RGB (Red+Green+Blue) = 119+139+147=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 147 - color contains mainly: blue. Hex color #778B93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778B93 is #88746C. Grayscale: #858585. Windows color (decimal): -8942701 or 9669495. OLE color: 9669495.
HSL color Cylindrical-coordinate representation of color #778B93: hue angle of 197.14º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #778B93 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 139 | 147 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.42 |
| HSL | 197.14º | 0.11% | 0.52% | - |
| HSV(B) | 197.14º | 0.19% | 0.58% | - |
| XYZ | 22.11 | 24.49 | 31.17 | - |
| YUV | 133.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 147 | 0.19 | 0.05 | 0 | 0.42 | 197.14 | 0.11 | 0.52 |
| Hex | 77 | 8B | 93 | 13 | 5 | 0 | 2A | C5 | B | 34 |
| Octal | 167 | 213 | 223 | 23 | 5 | 0 | 52 | 305 | 13 | 64 |
| Binary | 1110111 | 10001011 | 10010011 | 10011 | 101 | 0 | 101010 | 11000101 | 1011 | 110100 |
Color Harmonies of #778B93
Complementary color
Monochromatic Colors of #778B93
Black with #778B93
Text Example
Text Example
White with #778B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778B93; }
p { color: rgb(119,139,147); }
H1.HeaderClassName
{
color: #778B93;
}
.AnyTagClassName
{
color: #778B93;
}
</style>
background-color css
<style>
a { background-color: #778B93; }
a { background-color: rgb(119,139,147); }
div.DivClassName
{
background-color: #778B93;
}
.BgClassName
{
background-color: #778B93;
}
</style>
border-color css
<style>
span { border-color: #778B93; }
span { border-color: rgb(119,139,147); }
td.TdClassName
{
border-color: #778B93;
}
.TagClassName
{
border-color: #778B93;
}
</style>