Shades of Regent Grey #778187
Tints of Regent Grey #778187
RGB
CMYK
RGB Variations
Color information
#778187 (or 0x778187) is known color: Regent Grey. HEX triplet: 77, 81 and 87. RGB value is (119,129,135). Sum of RGB (Red+Green+Blue) = 119+129+135=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 135 - color contains mainly: blue. Hex color #778187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778187 is #887E78. Grayscale: #7E7E7E. Windows color (decimal): -8945273 or 8880503. OLE color: 8880503.
HSL color Cylindrical-coordinate representation of color #778187: hue angle of 202.5º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #778187 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 129 | 135 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.47 |
| HSL | 202.5º | 0.06% | 0.5% | - |
| HSV(B) | 202.5º | 0.12% | 0.53% | - |
| XYZ | 19.83 | 21.37 | 26 | - |
| YUV | 126.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 129 | 135 | 0.12 | 0.04 | 0 | 0.47 | 202.5 | 0.06 | 0.5 |
| Hex | 77 | 81 | 87 | C | 4 | 0 | 2F | CA | 6 | 32 |
| Octal | 167 | 201 | 207 | 14 | 4 | 0 | 57 | 312 | 6 | 62 |
| Binary | 1110111 | 10000001 | 10000111 | 1100 | 100 | 0 | 101111 | 11001010 | 110 | 110010 |
Color Harmonies of #778187
Complementary color
Monochromatic Colors of #778187
Black with #778187
Text Example
Text Example
White with #778187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778187; }
p { color: rgb(119,129,135); }
H1.HeaderClassName
{
color: #778187;
}
.AnyTagClassName
{
color: #778187;
}
</style>
background-color css
<style>
a { background-color: #778187; }
a { background-color: rgb(119,129,135); }
div.DivClassName
{
background-color: #778187;
}
.BgClassName
{
background-color: #778187;
}
</style>
border-color css
<style>
span { border-color: #778187; }
span { border-color: rgb(119,129,135); }
td.TdClassName
{
border-color: #778187;
}
.TagClassName
{
border-color: #778187;
}
</style>