Shades of Regent Grey #778A8E
Tints of Regent Grey #778A8E
RGB
CMYK
RGB Variations
Color information
#778A8E (or 0x778A8E) is known color: Regent Grey. HEX triplet: 77, 8A and 8E. RGB value is (119,138,142). Sum of RGB (Red+Green+Blue) = 119+138+142=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 142 - color contains mainly: blue. Hex color #778A8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778A8E is #887571. Grayscale: #848484. Windows color (decimal): -8942962 or 9341559. OLE color: 9341559.
HSL color Cylindrical-coordinate representation of color #778A8E: hue angle of 190.43º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #778A8E is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 138 | 142 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.44 |
| HSL | 190.43º | 0.09% | 0.51% | - |
| HSV(B) | 190.43º | 0.16% | 0.56% | - |
| XYZ | 21.58 | 24.05 | 29.1 | - |
| YUV | 132.78 | 133.21 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 138 | 142 | 0.16 | 0.03 | 0 | 0.44 | 190.43 | 0.09 | 0.51 |
| Hex | 77 | 8A | 8E | 10 | 3 | 0 | 2C | BE | 9 | 33 |
| Octal | 167 | 212 | 216 | 20 | 3 | 0 | 54 | 276 | 11 | 63 |
| Binary | 1110111 | 10001010 | 10001110 | 10000 | 11 | 0 | 101100 | 10111110 | 1001 | 110011 |
Color Harmonies of #778A8E
Complementary color
Monochromatic Colors of #778A8E
Black with #778A8E
Text Example
Text Example
White with #778A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778A8E; }
p { color: rgb(119,138,142); }
H1.HeaderClassName
{
color: #778A8E;
}
.AnyTagClassName
{
color: #778A8E;
}
</style>
background-color css
<style>
a { background-color: #778A8E; }
a { background-color: rgb(119,138,142); }
div.DivClassName
{
background-color: #778A8E;
}
.BgClassName
{
background-color: #778A8E;
}
</style>
border-color css
<style>
span { border-color: #778A8E; }
span { border-color: rgb(119,138,142); }
td.TdClassName
{
border-color: #778A8E;
}
.TagClassName
{
border-color: #778A8E;
}
</style>