Shades of Regent Grey #778B8F
Tints of Regent Grey #778B8F
RGB
CMYK
RGB Variations
Color information
#778B8F (or 0x778B8F) is known color: Regent Grey. HEX triplet: 77, 8B and 8F. RGB value is (119,139,143). Sum of RGB (Red+Green+Blue) = 119+139+143=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 143 - color contains mainly: blue. Hex color #778B8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778B8F is #887470. Grayscale: #858585. Windows color (decimal): -8942705 or 9407351. OLE color: 9407351.
HSL color Cylindrical-coordinate representation of color #778B8F: hue angle of 190º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #778B8F is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 139 | 143 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.44 |
| HSL | 190º | 0.1% | 0.51% | - |
| HSV(B) | 190º | 0.17% | 0.56% | - |
| XYZ | 21.8 | 24.37 | 29.54 | - |
| YUV | 133.48 | 133.37 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 143 | 0.17 | 0.03 | 0 | 0.44 | 190 | 0.1 | 0.51 |
| Hex | 77 | 8B | 8F | 11 | 3 | 0 | 2C | BE | A | 33 |
| Octal | 167 | 213 | 217 | 21 | 3 | 0 | 54 | 276 | 12 | 63 |
| Binary | 1110111 | 10001011 | 10001111 | 10001 | 11 | 0 | 101100 | 10111110 | 1010 | 110011 |
Color Harmonies of #778B8F
Complementary color
Monochromatic Colors of #778B8F
Black with #778B8F
Text Example
Text Example
White with #778B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778B8F; }
p { color: rgb(119,139,143); }
H1.HeaderClassName
{
color: #778B8F;
}
.AnyTagClassName
{
color: #778B8F;
}
</style>
background-color css
<style>
a { background-color: #778B8F; }
a { background-color: rgb(119,139,143); }
div.DivClassName
{
background-color: #778B8F;
}
.BgClassName
{
background-color: #778B8F;
}
</style>
border-color css
<style>
span { border-color: #778B8F; }
span { border-color: rgb(119,139,143); }
td.TdClassName
{
border-color: #778B8F;
}
.TagClassName
{
border-color: #778B8F;
}
</style>