Shades of Regent Grey #74868D
Tints of Regent Grey #74868D
RGB
CMYK
RGB Variations
Color information
#74868D (or 0x74868D) is known color: Regent Grey. HEX triplet: 74, 86 and 8D. RGB value is (116,134,141). Sum of RGB (Red+Green+Blue) = 116+134+141=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 141 - color contains mainly: blue. Hex color #74868D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74868D is #8B7972. Grayscale: #818181. Windows color (decimal): -9140595 or 9274996. OLE color: 9274996.
HSL color Cylindrical-coordinate representation of color #74868D: hue angle of 196.8º 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 #74868D is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 134 | 141 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.45 |
| HSL | 196.8º | 0.1% | 0.5% | - |
| HSV(B) | 196.8º | 0.18% | 0.55% | - |
| XYZ | 20.54 | 22.69 | 28.5 | - |
| YUV | 129.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 134 | 141 | 0.18 | 0.05 | 0 | 0.45 | 196.8 | 0.1 | 0.5 |
| Hex | 74 | 86 | 8D | 12 | 5 | 0 | 2D | C5 | A | 32 |
| Octal | 164 | 206 | 215 | 22 | 5 | 0 | 55 | 305 | 12 | 62 |
| Binary | 1110100 | 10000110 | 10001101 | 10010 | 101 | 0 | 101101 | 11000101 | 1010 | 110010 |
Color Harmonies of #74868D
Complementary color
Monochromatic Colors of #74868D
Black with #74868D
Text Example
Text Example
White with #74868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74868D; }
p { color: rgb(116,134,141); }
H1.HeaderClassName
{
color: #74868D;
}
.AnyTagClassName
{
color: #74868D;
}
</style>
background-color css
<style>
a { background-color: #74868D; }
a { background-color: rgb(116,134,141); }
div.DivClassName
{
background-color: #74868D;
}
.BgClassName
{
background-color: #74868D;
}
</style>
border-color css
<style>
span { border-color: #74868D; }
span { border-color: rgb(116,134,141); }
td.TdClassName
{
border-color: #74868D;
}
.TagClassName
{
border-color: #74868D;
}
</style>