Shades of Regent Grey #747B7D
Tints of Regent Grey #747B7D
RGB
CMYK
RGB Variations
Color information
#747B7D (or 0x747B7D) is known color: Regent Grey. HEX triplet: 74, 7B and 7D. RGB value is (116,123,125). Sum of RGB (Red+Green+Blue) = 116+123+125=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 125 - color contains mainly: blue. Hex color #747B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747B7D is #8B8482. Grayscale: #797979. Windows color (decimal): -9143427 or 8223604. OLE color: 8223604.
HSL color Cylindrical-coordinate representation of color #747B7D: hue angle of 193.33º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #747B7D is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 123 | 125 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.51 |
| HSL | 193.33º | 0.04% | 0.47% | - |
| HSV(B) | 193.33º | 0.07% | 0.49% | - |
| XYZ | 17.99 | 19.36 | 22.19 | - |
| YUV | 121.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 125 | 0.07 | 0.02 | 0 | 0.51 | 193.33 | 0.04 | 0.47 |
| Hex | 74 | 7B | 7D | 7 | 2 | 0 | 33 | C1 | 4 | 2F |
| Octal | 164 | 173 | 175 | 7 | 2 | 0 | 63 | 301 | 4 | 57 |
| Binary | 1110100 | 1111011 | 1111101 | 111 | 10 | 0 | 110011 | 11000001 | 100 | 101111 |
Color Harmonies of #747B7D
Complementary color
Monochromatic Colors of #747B7D
Black with #747B7D
Text Example
Text Example
White with #747B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747B7D; }
p { color: rgb(116,123,125); }
H1.HeaderClassName
{
color: #747B7D;
}
.AnyTagClassName
{
color: #747B7D;
}
</style>
background-color css
<style>
a { background-color: #747B7D; }
a { background-color: rgb(116,123,125); }
div.DivClassName
{
background-color: #747B7D;
}
.BgClassName
{
background-color: #747B7D;
}
</style>
border-color css
<style>
span { border-color: #747B7D; }
span { border-color: rgb(116,123,125); }
td.TdClassName
{
border-color: #747B7D;
}
.TagClassName
{
border-color: #747B7D;
}
</style>