Shades of Regent Grey #72858D
Tints of Regent Grey #72858D
RGB
CMYK
RGB Variations
Color information
#72858D (or 0x72858D) is known color: Regent Grey. HEX triplet: 72, 85 and 8D. RGB value is (114,133,141). Sum of RGB (Red+Green+Blue) = 114+133+141=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 141 - color contains mainly: blue. Hex color #72858D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72858D is #8D7A72. Grayscale: #808080. Windows color (decimal): -9271923 or 9274738. OLE color: 9274738.
HSL color Cylindrical-coordinate representation of color #72858D: hue angle of 197.78º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #72858D is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 133 | 141 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.45 |
| HSL | 197.78º | 0.11% | 0.5% | - |
| HSV(B) | 197.78º | 0.19% | 0.55% | - |
| XYZ | 20.13 | 22.28 | 28.44 | - |
| YUV | 128.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 133 | 141 | 0.19 | 0.06 | 0 | 0.45 | 197.78 | 0.11 | 0.5 |
| Hex | 72 | 85 | 8D | 13 | 6 | 0 | 2D | C6 | B | 32 |
| Octal | 162 | 205 | 215 | 23 | 6 | 0 | 55 | 306 | 13 | 62 |
| Binary | 1110010 | 10000101 | 10001101 | 10011 | 110 | 0 | 101101 | 11000110 | 1011 | 110010 |
Color Harmonies of #72858D
Complementary color
Monochromatic Colors of #72858D
Black with #72858D
Text Example
Text Example
White with #72858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72858D; }
p { color: rgb(114,133,141); }
H1.HeaderClassName
{
color: #72858D;
}
.AnyTagClassName
{
color: #72858D;
}
</style>
background-color css
<style>
a { background-color: #72858D; }
a { background-color: rgb(114,133,141); }
div.DivClassName
{
background-color: #72858D;
}
.BgClassName
{
background-color: #72858D;
}
</style>
border-color css
<style>
span { border-color: #72858D; }
span { border-color: rgb(114,133,141); }
td.TdClassName
{
border-color: #72858D;
}
.TagClassName
{
border-color: #72858D;
}
</style>