Shades of Regent Grey #74848D
Tints of Regent Grey #74848D
RGB
CMYK
RGB Variations
Color information
#74848D (or 0x74848D) is known color: Regent Grey. HEX triplet: 74, 84 and 8D. RGB value is (116,132,141). Sum of RGB (Red+Green+Blue) = 116+132+141=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 141 - color contains mainly: blue. Hex color #74848D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74848D is #8B7B72. Grayscale: #808080. Windows color (decimal): -9141107 or 9274484. OLE color: 9274484.
HSL color Cylindrical-coordinate representation of color #74848D: hue angle of 201.6º 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 #74848D is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 132 | 141 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.45 |
| HSL | 201.6º | 0.1% | 0.5% | - |
| HSV(B) | 201.6º | 0.18% | 0.55% | - |
| XYZ | 20.26 | 22.14 | 28.4 | - |
| YUV | 128.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 141 | 0.18 | 0.06 | 0 | 0.45 | 201.6 | 0.1 | 0.5 |
| Hex | 74 | 84 | 8D | 12 | 6 | 0 | 2D | CA | A | 32 |
| Octal | 164 | 204 | 215 | 22 | 6 | 0 | 55 | 312 | 12 | 62 |
| Binary | 1110100 | 10000100 | 10001101 | 10010 | 110 | 0 | 101101 | 11001010 | 1010 | 110010 |
Color Harmonies of #74848D
Complementary color
Monochromatic Colors of #74848D
Black with #74848D
Text Example
Text Example
White with #74848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74848D; }
p { color: rgb(116,132,141); }
H1.HeaderClassName
{
color: #74848D;
}
.AnyTagClassName
{
color: #74848D;
}
</style>
background-color css
<style>
a { background-color: #74848D; }
a { background-color: rgb(116,132,141); }
div.DivClassName
{
background-color: #74848D;
}
.BgClassName
{
background-color: #74848D;
}
</style>
border-color css
<style>
span { border-color: #74848D; }
span { border-color: rgb(116,132,141); }
td.TdClassName
{
border-color: #74848D;
}
.TagClassName
{
border-color: #74848D;
}
</style>