Shades of Regent Grey #747B7C
Tints of Regent Grey #747B7C
RGB
CMYK
RGB Variations
Color information
#747B7C (or 0x747B7C) is known color: Regent Grey. HEX triplet: 74, 7B and 7C. RGB value is (116,123,124). Sum of RGB (Red+Green+Blue) = 116+123+124=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 124 - color contains mainly: blue. Hex color #747B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747B7C is #8B8483. Grayscale: #797979. Windows color (decimal): -9143428 or 8158068. OLE color: 8158068.
HSL color Cylindrical-coordinate representation of color #747B7C: hue angle of 187.5º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #747B7C is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 123 | 124 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.51 |
| HSL | 187.5º | 0.03% | 0.47% | - |
| HSV(B) | 187.5º | 0.06% | 0.49% | - |
| XYZ | 17.92 | 19.33 | 21.86 | - |
| YUV | 121.02 | 129.68 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 124 | 0.06 | 0.01 | 0 | 0.51 | 187.5 | 0.03 | 0.47 |
| Hex | 74 | 7B | 7C | 6 | 1 | 0 | 33 | BC | 3 | 2F |
| Octal | 164 | 173 | 174 | 6 | 1 | 0 | 63 | 274 | 3 | 57 |
| Binary | 1110100 | 1111011 | 1111100 | 110 | 1 | 0 | 110011 | 10111100 | 11 | 101111 |
Color Harmonies of #747B7C
Complementary color
Monochromatic Colors of #747B7C
Black with #747B7C
Text Example
Text Example
White with #747B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747B7C; }
p { color: rgb(116,123,124); }
H1.HeaderClassName
{
color: #747B7C;
}
.AnyTagClassName
{
color: #747B7C;
}
</style>
background-color css
<style>
a { background-color: #747B7C; }
a { background-color: rgb(116,123,124); }
div.DivClassName
{
background-color: #747B7C;
}
.BgClassName
{
background-color: #747B7C;
}
</style>
border-color css
<style>
span { border-color: #747B7C; }
span { border-color: rgb(116,123,124); }
td.TdClassName
{
border-color: #747B7C;
}
.TagClassName
{
border-color: #747B7C;
}
</style>