Shades of Regent Grey #72858B
Tints of Regent Grey #72858B
RGB
CMYK
RGB Variations
Color information
#72858B (or 0x72858B) is known color: Regent Grey. HEX triplet: 72, 85 and 8B. RGB value is (114,133,139). Sum of RGB (Red+Green+Blue) = 114+133+139=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 139 - color contains mainly: blue. Hex color #72858B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72858B is #8D7A74. Grayscale: #7F7F7F. Windows color (decimal): -9271925 or 9143666. OLE color: 9143666.
HSL color Cylindrical-coordinate representation of color #72858B: hue angle of 194.4º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #72858B is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 133 | 139 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.45 |
| HSL | 194.4º | 0.1% | 0.5% | - |
| HSV(B) | 194.4º | 0.18% | 0.55% | - |
| XYZ | 19.99 | 22.22 | 27.66 | - |
| YUV | 128 | 134.21 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 133 | 139 | 0.18 | 0.04 | 0 | 0.45 | 194.4 | 0.1 | 0.5 |
| Hex | 72 | 85 | 8B | 12 | 4 | 0 | 2D | C2 | A | 32 |
| Octal | 162 | 205 | 213 | 22 | 4 | 0 | 55 | 302 | 12 | 62 |
| Binary | 1110010 | 10000101 | 10001011 | 10010 | 100 | 0 | 101101 | 11000010 | 1010 | 110010 |
Color Harmonies of #72858B
Complementary color
Monochromatic Colors of #72858B
Black with #72858B
Text Example
Text Example
White with #72858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72858B; }
p { color: rgb(114,133,139); }
H1.HeaderClassName
{
color: #72858B;
}
.AnyTagClassName
{
color: #72858B;
}
</style>
background-color css
<style>
a { background-color: #72858B; }
a { background-color: rgb(114,133,139); }
div.DivClassName
{
background-color: #72858B;
}
.BgClassName
{
background-color: #72858B;
}
</style>
border-color css
<style>
span { border-color: #72858B; }
span { border-color: rgb(114,133,139); }
td.TdClassName
{
border-color: #72858B;
}
.TagClassName
{
border-color: #72858B;
}
</style>