Shades of Regent Grey #78838A
Tints of Regent Grey #78838A
RGB
CMYK
RGB Variations
Color information
#78838A (or 0x78838A) is known color: Regent Grey. HEX triplet: 78, 83 and 8A. RGB value is (120,131,138). Sum of RGB (Red+Green+Blue) = 120+131+138=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 138 - color contains mainly: blue. Hex color #78838A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78838A is #877C75. Grayscale: #808080. Windows color (decimal): -8879222 or 9077624. OLE color: 9077624.
HSL color Cylindrical-coordinate representation of color #78838A: hue angle of 203.33º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #78838A is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 131 | 138 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.46 |
| HSL | 203.33º | 0.07% | 0.51% | - |
| HSV(B) | 203.33º | 0.13% | 0.54% | - |
| XYZ | 20.45 | 22.06 | 27.23 | - |
| YUV | 128.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 131 | 138 | 0.13 | 0.05 | 0 | 0.46 | 203.33 | 0.07 | 0.51 |
| Hex | 78 | 83 | 8A | D | 5 | 0 | 2E | CB | 7 | 33 |
| Octal | 170 | 203 | 212 | 15 | 5 | 0 | 56 | 313 | 7 | 63 |
| Binary | 1111000 | 10000011 | 10001010 | 1101 | 101 | 0 | 101110 | 11001011 | 111 | 110011 |
Color Harmonies of #78838A
Complementary color
Monochromatic Colors of #78838A
Black with #78838A
Text Example
Text Example
White with #78838A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78838A; }
p { color: rgb(120,131,138); }
H1.HeaderClassName
{
color: #78838A;
}
.AnyTagClassName
{
color: #78838A;
}
</style>
background-color css
<style>
a { background-color: #78838A; }
a { background-color: rgb(120,131,138); }
div.DivClassName
{
background-color: #78838A;
}
.BgClassName
{
background-color: #78838A;
}
</style>
border-color css
<style>
span { border-color: #78838A; }
span { border-color: rgb(120,131,138); }
td.TdClassName
{
border-color: #78838A;
}
.TagClassName
{
border-color: #78838A;
}
</style>