Shades of Regent Grey #778587
Tints of Regent Grey #778587
RGB
CMYK
RGB Variations
Color information
#778587 (or 0x778587) is known color: Regent Grey. HEX triplet: 77, 85 and 87. RGB value is (119,133,135). Sum of RGB (Red+Green+Blue) = 119+133+135=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 135 - color contains mainly: blue. Hex color #778587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778587 is #887A78. Grayscale: #818181. Windows color (decimal): -8944249 or 8881527. OLE color: 8881527.
HSL color Cylindrical-coordinate representation of color #778587: hue angle of 187.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 #778587 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 133 | 135 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.47 |
| HSL | 187.5º | 0.06% | 0.5% | - |
| HSV(B) | 187.5º | 0.12% | 0.53% | - |
| XYZ | 20.37 | 22.45 | 26.18 | - |
| YUV | 129.04 | 131.36 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 135 | 0.12 | 0.01 | 0 | 0.47 | 187.5 | 0.06 | 0.5 |
| Hex | 77 | 85 | 87 | C | 1 | 0 | 2F | BC | 6 | 32 |
| Octal | 167 | 205 | 207 | 14 | 1 | 0 | 57 | 274 | 6 | 62 |
| Binary | 1110111 | 10000101 | 10000111 | 1100 | 1 | 0 | 101111 | 10111100 | 110 | 110010 |
Color Harmonies of #778587
Complementary color
Monochromatic Colors of #778587
Black with #778587
Text Example
Text Example
White with #778587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778587; }
p { color: rgb(119,133,135); }
H1.HeaderClassName
{
color: #778587;
}
.AnyTagClassName
{
color: #778587;
}
</style>
background-color css
<style>
a { background-color: #778587; }
a { background-color: rgb(119,133,135); }
div.DivClassName
{
background-color: #778587;
}
.BgClassName
{
background-color: #778587;
}
</style>
border-color css
<style>
span { border-color: #778587; }
span { border-color: rgb(119,133,135); }
td.TdClassName
{
border-color: #778587;
}
.TagClassName
{
border-color: #778587;
}
</style>