Shades of Regent Grey #778285
Tints of Regent Grey #778285
RGB
CMYK
RGB Variations
Color information
#778285 (or 0x778285) is known color: Regent Grey. HEX triplet: 77, 82 and 85. RGB value is (119,130,133). Sum of RGB (Red+Green+Blue) = 119+130+133=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 133 - color contains mainly: blue. Hex color #778285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778285 is #887D7A. Grayscale: #7F7F7F. Windows color (decimal): -8945019 or 8749687. OLE color: 8749687.
HSL color Cylindrical-coordinate representation of color #778285: hue angle of 192.86º 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 #778285 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 130 | 133 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.48 |
| HSL | 192.86º | 0.06% | 0.49% | - |
| HSV(B) | 192.86º | 0.11% | 0.52% | - |
| XYZ | 19.82 | 21.58 | 25.31 | - |
| YUV | 127.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 133 | 0.11 | 0.02 | 0 | 0.48 | 192.86 | 0.06 | 0.49 |
| Hex | 77 | 82 | 85 | B | 2 | 0 | 30 | C1 | 6 | 31 |
| Octal | 167 | 202 | 205 | 13 | 2 | 0 | 60 | 301 | 6 | 61 |
| Binary | 1110111 | 10000010 | 10000101 | 1011 | 10 | 0 | 110000 | 11000001 | 110 | 110001 |
Color Harmonies of #778285
Complementary color
Monochromatic Colors of #778285
Black with #778285
Text Example
Text Example
White with #778285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778285; }
p { color: rgb(119,130,133); }
H1.HeaderClassName
{
color: #778285;
}
.AnyTagClassName
{
color: #778285;
}
</style>
background-color css
<style>
a { background-color: #778285; }
a { background-color: rgb(119,130,133); }
div.DivClassName
{
background-color: #778285;
}
.BgClassName
{
background-color: #778285;
}
</style>
border-color css
<style>
span { border-color: #778285; }
span { border-color: rgb(119,130,133); }
td.TdClassName
{
border-color: #778285;
}
.TagClassName
{
border-color: #778285;
}
</style>