Shades of Regent Grey #728287
Tints of Regent Grey #728287
RGB
CMYK
RGB Variations
Color information
#728287 (or 0x728287) is known color: Regent Grey. HEX triplet: 72, 82 and 87. RGB value is (114,130,135). Sum of RGB (Red+Green+Blue) = 114+130+135=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 135 - color contains mainly: blue. Hex color #728287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728287 is #8D7D78. Grayscale: #7D7D7D. Windows color (decimal): -9272697 or 8880754. OLE color: 8880754.
HSL color Cylindrical-coordinate representation of color #728287: hue angle of 194.29º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #728287 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 130 | 135 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.47 |
| HSL | 194.29º | 0.08% | 0.49% | - |
| HSV(B) | 194.29º | 0.16% | 0.53% | - |
| XYZ | 19.3 | 21.29 | 26.01 | - |
| YUV | 125.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 135 | 0.16 | 0.04 | 0 | 0.47 | 194.29 | 0.08 | 0.49 |
| Hex | 72 | 82 | 87 | 10 | 4 | 0 | 2F | C2 | 8 | 31 |
| Octal | 162 | 202 | 207 | 20 | 4 | 0 | 57 | 302 | 10 | 61 |
| Binary | 1110010 | 10000010 | 10000111 | 10000 | 100 | 0 | 101111 | 11000010 | 1000 | 110001 |
Color Harmonies of #728287
Complementary color
Monochromatic Colors of #728287
Black with #728287
Text Example
Text Example
White with #728287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728287; }
p { color: rgb(114,130,135); }
H1.HeaderClassName
{
color: #728287;
}
.AnyTagClassName
{
color: #728287;
}
</style>
background-color css
<style>
a { background-color: #728287; }
a { background-color: rgb(114,130,135); }
div.DivClassName
{
background-color: #728287;
}
.BgClassName
{
background-color: #728287;
}
</style>
border-color css
<style>
span { border-color: #728287; }
span { border-color: rgb(114,130,135); }
td.TdClassName
{
border-color: #728287;
}
.TagClassName
{
border-color: #728287;
}
</style>