Shades of Regent Grey #788387
Tints of Regent Grey #788387
RGB
CMYK
RGB Variations
Color information
#788387 (or 0x788387) is known color: Regent Grey. HEX triplet: 78, 83 and 87. RGB value is (120,131,135). Sum of RGB (Red+Green+Blue) = 120+131+135=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 135 - color contains mainly: blue. Hex color #788387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788387 is #877C78. Grayscale: #808080. Windows color (decimal): -8879225 or 8881016. OLE color: 8881016.
HSL color Cylindrical-coordinate representation of color #788387: hue angle of 196º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #788387 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 131 | 135 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.47 |
| HSL | 196º | 0.06% | 0.5% | - |
| HSV(B) | 196º | 0.11% | 0.53% | - |
| XYZ | 20.24 | 21.97 | 26.1 | - |
| YUV | 128.17 | 131.86 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 131 | 135 | 0.11 | 0.03 | 0 | 0.47 | 196 | 0.06 | 0.5 |
| Hex | 78 | 83 | 87 | B | 3 | 0 | 2F | C4 | 6 | 32 |
| Octal | 170 | 203 | 207 | 13 | 3 | 0 | 57 | 304 | 6 | 62 |
| Binary | 1111000 | 10000011 | 10000111 | 1011 | 11 | 0 | 101111 | 11000100 | 110 | 110010 |
Color Harmonies of #788387
Complementary color
Monochromatic Colors of #788387
Black with #788387
Text Example
Text Example
White with #788387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788387; }
p { color: rgb(120,131,135); }
H1.HeaderClassName
{
color: #788387;
}
.AnyTagClassName
{
color: #788387;
}
</style>
background-color css
<style>
a { background-color: #788387; }
a { background-color: rgb(120,131,135); }
div.DivClassName
{
background-color: #788387;
}
.BgClassName
{
background-color: #788387;
}
</style>
border-color css
<style>
span { border-color: #788387; }
span { border-color: rgb(120,131,135); }
td.TdClassName
{
border-color: #788387;
}
.TagClassName
{
border-color: #788387;
}
</style>