Shades of Regent Grey #778185
Tints of Regent Grey #778185
RGB
CMYK
RGB Variations
Color information
#778185 (or 0x778185) is known color: Regent Grey. HEX triplet: 77, 81 and 85. RGB value is (119,129,133). Sum of RGB (Red+Green+Blue) = 119+129+133=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 133 - color contains mainly: blue. Hex color #778185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778185 is #887E7A. Grayscale: #7E7E7E. Windows color (decimal): -8945275 or 8749431. OLE color: 8749431.
HSL color Cylindrical-coordinate representation of color #778185: hue angle of 197.14º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #778185 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 129 | 133 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.48 |
| HSL | 197.14º | 0.06% | 0.49% | - |
| HSV(B) | 197.14º | 0.11% | 0.52% | - |
| XYZ | 19.69 | 21.32 | 25.27 | - |
| YUV | 126.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 129 | 133 | 0.11 | 0.03 | 0 | 0.48 | 197.14 | 0.06 | 0.49 |
| Hex | 77 | 81 | 85 | B | 3 | 0 | 30 | C5 | 6 | 31 |
| Octal | 167 | 201 | 205 | 13 | 3 | 0 | 60 | 305 | 6 | 61 |
| Binary | 1110111 | 10000001 | 10000101 | 1011 | 11 | 0 | 110000 | 11000101 | 110 | 110001 |
Color Harmonies of #778185
Complementary color
Monochromatic Colors of #778185
Black with #778185
Text Example
Text Example
White with #778185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778185; }
p { color: rgb(119,129,133); }
H1.HeaderClassName
{
color: #778185;
}
.AnyTagClassName
{
color: #778185;
}
</style>
background-color css
<style>
a { background-color: #778185; }
a { background-color: rgb(119,129,133); }
div.DivClassName
{
background-color: #778185;
}
.BgClassName
{
background-color: #778185;
}
</style>
border-color css
<style>
span { border-color: #778185; }
span { border-color: rgb(119,129,133); }
td.TdClassName
{
border-color: #778185;
}
.TagClassName
{
border-color: #778185;
}
</style>