Shades of Regent Grey #74888D
Tints of Regent Grey #74888D
RGB
CMYK
RGB Variations
Color information
#74888D (or 0x74888D) is known color: Regent Grey. HEX triplet: 74, 88 and 8D. RGB value is (116,136,141). Sum of RGB (Red+Green+Blue) = 116+136+141=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 141 - color contains mainly: blue. Hex color #74888D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74888D is #8B7772. Grayscale: #828282. Windows color (decimal): -9140083 or 9275508. OLE color: 9275508.
HSL color Cylindrical-coordinate representation of color #74888D: hue angle of 192º 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 #74888D is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 136 | 141 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.45 |
| HSL | 192º | 0.1% | 0.5% | - |
| HSV(B) | 192º | 0.18% | 0.55% | - |
| XYZ | 20.81 | 23.24 | 28.59 | - |
| YUV | 130.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 141 | 0.18 | 0.04 | 0 | 0.45 | 192 | 0.1 | 0.5 |
| Hex | 74 | 88 | 8D | 12 | 4 | 0 | 2D | C0 | A | 32 |
| Octal | 164 | 210 | 215 | 22 | 4 | 0 | 55 | 300 | 12 | 62 |
| Binary | 1110100 | 10001000 | 10001101 | 10010 | 100 | 0 | 101101 | 11000000 | 1010 | 110010 |
Color Harmonies of #74888D
Complementary color
Monochromatic Colors of #74888D
Black with #74888D
Text Example
Text Example
White with #74888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74888D; }
p { color: rgb(116,136,141); }
H1.HeaderClassName
{
color: #74888D;
}
.AnyTagClassName
{
color: #74888D;
}
</style>
background-color css
<style>
a { background-color: #74888D; }
a { background-color: rgb(116,136,141); }
div.DivClassName
{
background-color: #74888D;
}
.BgClassName
{
background-color: #74888D;
}
</style>
border-color css
<style>
span { border-color: #74888D; }
span { border-color: rgb(116,136,141); }
td.TdClassName
{
border-color: #74888D;
}
.TagClassName
{
border-color: #74888D;
}
</style>