Shades of Regent Grey #778085
Tints of Regent Grey #778085
RGB
CMYK
RGB Variations
Color information
#778085 (or 0x778085) is known color: Regent Grey. HEX triplet: 77, 80 and 85. RGB value is (119,128,133). Sum of RGB (Red+Green+Blue) = 119+128+133=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 133 - color contains mainly: blue. Hex color #778085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778085 is #887F7A. Grayscale: #7D7D7D. Windows color (decimal): -8945531 or 8749175. OLE color: 8749175.
HSL color Cylindrical-coordinate representation of color #778085: hue angle of 201.43º 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 #778085 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 128 | 133 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.48 |
| HSL | 201.43º | 0.06% | 0.49% | - |
| HSV(B) | 201.43º | 0.11% | 0.52% | - |
| XYZ | 19.56 | 21.05 | 25.22 | - |
| YUV | 125.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 133 | 0.11 | 0.04 | 0 | 0.48 | 201.43 | 0.06 | 0.49 |
| Hex | 77 | 80 | 85 | B | 4 | 0 | 30 | C9 | 6 | 31 |
| Octal | 167 | 200 | 205 | 13 | 4 | 0 | 60 | 311 | 6 | 61 |
| Binary | 1110111 | 10000000 | 10000101 | 1011 | 100 | 0 | 110000 | 11001001 | 110 | 110001 |
Color Harmonies of #778085
Complementary color
Monochromatic Colors of #778085
Black with #778085
Text Example
Text Example
White with #778085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778085; }
p { color: rgb(119,128,133); }
H1.HeaderClassName
{
color: #778085;
}
.AnyTagClassName
{
color: #778085;
}
</style>
background-color css
<style>
a { background-color: #778085; }
a { background-color: rgb(119,128,133); }
div.DivClassName
{
background-color: #778085;
}
.BgClassName
{
background-color: #778085;
}
</style>
border-color css
<style>
span { border-color: #778085; }
span { border-color: rgb(119,128,133); }
td.TdClassName
{
border-color: #778085;
}
.TagClassName
{
border-color: #778085;
}
</style>