Shades of Regent Grey #778D95
Tints of Regent Grey #778D95
RGB
CMYK
RGB Variations
Color information
#778D95 (or 0x778D95) is known color: Regent Grey. HEX triplet: 77, 8D and 95. RGB value is (119,141,149). Sum of RGB (Red+Green+Blue) = 119+141+149=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 149 - color contains mainly: blue. Hex color #778D95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778D95 is #88726A. Grayscale: #878787. Windows color (decimal): -8942187 or 9801079. OLE color: 9801079.
HSL color Cylindrical-coordinate representation of color #778D95: hue angle of 196º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #778D95 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 141 | 149 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.42 |
| HSL | 196º | 0.12% | 0.53% | - |
| HSV(B) | 196º | 0.2% | 0.58% | - |
| XYZ | 22.56 | 25.14 | 32.1 | - |
| YUV | 135.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 141 | 149 | 0.20 | 0.05 | 0 | 0.42 | 196 | 0.12 | 0.53 |
| Hex | 77 | 8D | 95 | 14 | 5 | 0 | 2A | C4 | C | 35 |
| Octal | 167 | 215 | 225 | 24 | 5 | 0 | 52 | 304 | 14 | 65 |
| Binary | 1110111 | 10001101 | 10010101 | 10100 | 101 | 0 | 101010 | 11000100 | 1100 | 110101 |
Color Harmonies of #778D95
Complementary color
Monochromatic Colors of #778D95
Black with #778D95
Text Example
Text Example
White with #778D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778D95; }
p { color: rgb(119,141,149); }
H1.HeaderClassName
{
color: #778D95;
}
.AnyTagClassName
{
color: #778D95;
}
</style>
background-color css
<style>
a { background-color: #778D95; }
a { background-color: rgb(119,141,149); }
div.DivClassName
{
background-color: #778D95;
}
.BgClassName
{
background-color: #778D95;
}
</style>
border-color css
<style>
span { border-color: #778D95; }
span { border-color: rgb(119,141,149); }
td.TdClassName
{
border-color: #778D95;
}
.TagClassName
{
border-color: #778D95;
}
</style>