Shades of Regent Grey #787F84
Tints of Regent Grey #787F84
RGB
CMYK
RGB Variations
Color information
#787F84 (or 0x787F84) is known color: Regent Grey. HEX triplet: 78, 7F and 84. RGB value is (120,127,132). Sum of RGB (Red+Green+Blue) = 120+127+132=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 132 - color contains mainly: blue. Hex color #787F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787F84 is #87807B. Grayscale: #7D7D7D. Windows color (decimal): -8880252 or 8683384. OLE color: 8683384.
HSL color Cylindrical-coordinate representation of color #787F84: hue angle of 205º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #787F84 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 127 | 132 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.48 |
| HSL | 205º | 0.05% | 0.49% | - |
| HSV(B) | 205º | 0.09% | 0.52% | - |
| XYZ | 19.5 | 20.84 | 24.82 | - |
| YUV | 125.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 127 | 132 | 0.09 | 0.04 | 0 | 0.48 | 205 | 0.05 | 0.49 |
| Hex | 78 | 7F | 84 | 9 | 4 | 0 | 30 | CD | 5 | 31 |
| Octal | 170 | 177 | 204 | 11 | 4 | 0 | 60 | 315 | 5 | 61 |
| Binary | 1111000 | 1111111 | 10000100 | 1001 | 100 | 0 | 110000 | 11001101 | 101 | 110001 |
Color Harmonies of #787F84
Complementary color
Monochromatic Colors of #787F84
Black with #787F84
Text Example
Text Example
White with #787F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787F84; }
p { color: rgb(120,127,132); }
H1.HeaderClassName
{
color: #787F84;
}
.AnyTagClassName
{
color: #787F84;
}
</style>
background-color css
<style>
a { background-color: #787F84; }
a { background-color: rgb(120,127,132); }
div.DivClassName
{
background-color: #787F84;
}
.BgClassName
{
background-color: #787F84;
}
</style>
border-color css
<style>
span { border-color: #787F84; }
span { border-color: rgb(120,127,132); }
td.TdClassName
{
border-color: #787F84;
}
.TagClassName
{
border-color: #787F84;
}
</style>