Shades of Regent Grey #728085
Tints of Regent Grey #728085
RGB
CMYK
RGB Variations
Color information
#728085 (or 0x728085) is known color: Regent Grey. HEX triplet: 72, 80 and 85. RGB value is (114,128,133). Sum of RGB (Red+Green+Blue) = 114+128+133=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 133 - color contains mainly: blue. Hex color #728085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728085 is #8D7F7A. Grayscale: #7C7C7C. Windows color (decimal): -9273211 or 8749170. OLE color: 8749170.
HSL color Cylindrical-coordinate representation of color #728085: hue angle of 195.79º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #728085 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 128 | 133 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.48 |
| HSL | 195.79º | 0.08% | 0.48% | - |
| HSV(B) | 195.79º | 0.14% | 0.52% | - |
| XYZ | 18.89 | 20.71 | 25.19 | - |
| YUV | 124.38 | 132.86 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 128 | 133 | 0.14 | 0.04 | 0 | 0.48 | 195.79 | 0.08 | 0.48 |
| Hex | 72 | 80 | 85 | E | 4 | 0 | 30 | C4 | 8 | 30 |
| Octal | 162 | 200 | 205 | 16 | 4 | 0 | 60 | 304 | 10 | 60 |
| Binary | 1110010 | 10000000 | 10000101 | 1110 | 100 | 0 | 110000 | 11000100 | 1000 | 110000 |
Color Harmonies of #728085
Complementary color
Monochromatic Colors of #728085
Black with #728085
Text Example
Text Example
White with #728085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728085; }
p { color: rgb(114,128,133); }
H1.HeaderClassName
{
color: #728085;
}
.AnyTagClassName
{
color: #728085;
}
</style>
background-color css
<style>
a { background-color: #728085; }
a { background-color: rgb(114,128,133); }
div.DivClassName
{
background-color: #728085;
}
.BgClassName
{
background-color: #728085;
}
</style>
border-color css
<style>
span { border-color: #728085; }
span { border-color: rgb(114,128,133); }
td.TdClassName
{
border-color: #728085;
}
.TagClassName
{
border-color: #728085;
}
</style>