Shades of Regent Grey #728086
Tints of Regent Grey #728086
RGB
CMYK
RGB Variations
Color information
#728086 (or 0x728086) is known color: Regent Grey. HEX triplet: 72, 80 and 86. RGB value is (114,128,134). Sum of RGB (Red+Green+Blue) = 114+128+134=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 134 - color contains mainly: blue. Hex color #728086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728086 is #8D7F79. Grayscale: #7C7C7C. Windows color (decimal): -9273210 or 8814706. OLE color: 8814706.
HSL color Cylindrical-coordinate representation of color #728086: hue angle of 198º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #728086 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 128 | 134 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.47 |
| HSL | 198º | 0.08% | 0.49% | - |
| HSV(B) | 198º | 0.15% | 0.53% | - |
| XYZ | 18.96 | 20.74 | 25.56 | - |
| YUV | 124.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 128 | 134 | 0.15 | 0.04 | 0 | 0.47 | 198 | 0.08 | 0.49 |
| Hex | 72 | 80 | 86 | F | 4 | 0 | 2F | C6 | 8 | 31 |
| Octal | 162 | 200 | 206 | 17 | 4 | 0 | 57 | 306 | 10 | 61 |
| Binary | 1110010 | 10000000 | 10000110 | 1111 | 100 | 0 | 101111 | 11000110 | 1000 | 110001 |
Color Harmonies of #728086
Complementary color
Monochromatic Colors of #728086
Black with #728086
Text Example
Text Example
White with #728086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728086; }
p { color: rgb(114,128,134); }
H1.HeaderClassName
{
color: #728086;
}
.AnyTagClassName
{
color: #728086;
}
</style>
background-color css
<style>
a { background-color: #728086; }
a { background-color: rgb(114,128,134); }
div.DivClassName
{
background-color: #728086;
}
.BgClassName
{
background-color: #728086;
}
</style>
border-color css
<style>
span { border-color: #728086; }
span { border-color: rgb(114,128,134); }
td.TdClassName
{
border-color: #728086;
}
.TagClassName
{
border-color: #728086;
}
</style>