Shades of Regent Grey #74878A
Tints of Regent Grey #74878A
RGB
CMYK
RGB Variations
Color information
#74878A (or 0x74878A) is known color: Regent Grey. HEX triplet: 74, 87 and 8A. RGB value is (116,135,138). Sum of RGB (Red+Green+Blue) = 116+135+138=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 138 - color contains mainly: blue. Hex color #74878A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74878A is #8B7875. Grayscale: #818181. Windows color (decimal): -9140342 or 9078644. OLE color: 9078644.
HSL color Cylindrical-coordinate representation of color #74878A: hue angle of 188.18º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #74878A is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 135 | 138 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.46 |
| HSL | 188.18º | 0.09% | 0.5% | - |
| HSV(B) | 188.18º | 0.16% | 0.54% | - |
| XYZ | 20.45 | 22.88 | 27.38 | - |
| YUV | 129.66 | 132.71 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 138 | 0.16 | 0.02 | 0 | 0.46 | 188.18 | 0.09 | 0.5 |
| Hex | 74 | 87 | 8A | 10 | 2 | 0 | 2E | BC | 9 | 32 |
| Octal | 164 | 207 | 212 | 20 | 2 | 0 | 56 | 274 | 11 | 62 |
| Binary | 1110100 | 10000111 | 10001010 | 10000 | 10 | 0 | 101110 | 10111100 | 1001 | 110010 |
Color Harmonies of #74878A
Complementary color
Monochromatic Colors of #74878A
Black with #74878A
Text Example
Text Example
White with #74878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74878A; }
p { color: rgb(116,135,138); }
H1.HeaderClassName
{
color: #74878A;
}
.AnyTagClassName
{
color: #74878A;
}
</style>
background-color css
<style>
a { background-color: #74878A; }
a { background-color: rgb(116,135,138); }
div.DivClassName
{
background-color: #74878A;
}
.BgClassName
{
background-color: #74878A;
}
</style>
border-color css
<style>
span { border-color: #74878A; }
span { border-color: rgb(116,135,138); }
td.TdClassName
{
border-color: #74878A;
}
.TagClassName
{
border-color: #74878A;
}
</style>