Shades of Regent Grey #788081
Tints of Regent Grey #788081
RGB
CMYK
RGB Variations
Color information
#788081 (or 0x788081) is known color: Regent Grey. HEX triplet: 78, 80 and 81. RGB value is (120,128,129). Sum of RGB (Red+Green+Blue) = 120+128+129=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 129 - color contains mainly: blue. Hex color #788081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788081 is #877F7E. Grayscale: #7D7D7D. Windows color (decimal): -8879999 or 8487032. OLE color: 8487032.
HSL color Cylindrical-coordinate representation of color #788081: hue angle of 186.67º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #788081 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 128 | 129 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.49 |
| HSL | 186.67º | 0.04% | 0.49% | - |
| HSV(B) | 186.67º | 0.07% | 0.51% | - |
| XYZ | 19.43 | 21.02 | 23.8 | - |
| YUV | 125.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 128 | 129 | 0.07 | 0.01 | 0 | 0.49 | 186.67 | 0.04 | 0.49 |
| Hex | 78 | 80 | 81 | 7 | 1 | 0 | 31 | BB | 4 | 31 |
| Octal | 170 | 200 | 201 | 7 | 1 | 0 | 61 | 273 | 4 | 61 |
| Binary | 1111000 | 10000000 | 10000001 | 111 | 1 | 0 | 110001 | 10111011 | 100 | 110001 |
Color Harmonies of #788081
Complementary color
Monochromatic Colors of #788081
Black with #788081
Text Example
Text Example
White with #788081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788081; }
p { color: rgb(120,128,129); }
H1.HeaderClassName
{
color: #788081;
}
.AnyTagClassName
{
color: #788081;
}
</style>
background-color css
<style>
a { background-color: #788081; }
a { background-color: rgb(120,128,129); }
div.DivClassName
{
background-color: #788081;
}
.BgClassName
{
background-color: #788081;
}
</style>
border-color css
<style>
span { border-color: #788081; }
span { border-color: rgb(120,128,129); }
td.TdClassName
{
border-color: #788081;
}
.TagClassName
{
border-color: #788081;
}
</style>