Shades of Regent Grey #747C80
Tints of Regent Grey #747C80
RGB
CMYK
RGB Variations
Color information
#747C80 (or 0x747C80) is known color: Regent Grey. HEX triplet: 74, 7C and 80. RGB value is (116,124,128). Sum of RGB (Red+Green+Blue) = 116+124+128=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 128 - color contains mainly: blue. Hex color #747C80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747C80 is #8B837F. Grayscale: #7A7A7A. Windows color (decimal): -9143168 or 8420468. OLE color: 8420468.
HSL color Cylindrical-coordinate representation of color #747C80: hue angle of 200º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #747C80 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 124 | 128 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.50 |
| HSL | 200º | 0.05% | 0.48% | - |
| HSV(B) | 200º | 0.09% | 0.5% | - |
| XYZ | 18.31 | 19.69 | 23.26 | - |
| YUV | 122.06 | 131.35 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 128 | 0.09 | 0.03 | 0 | 0.50 | 200 | 0.05 | 0.48 |
| Hex | 74 | 7C | 80 | 9 | 3 | 0 | 32 | C8 | 5 | 30 |
| Octal | 164 | 174 | 200 | 11 | 3 | 0 | 62 | 310 | 5 | 60 |
| Binary | 1110100 | 1111100 | 10000000 | 1001 | 11 | 0 | 110010 | 11001000 | 101 | 110000 |
Color Harmonies of #747C80
Complementary color
Monochromatic Colors of #747C80
Black with #747C80
Text Example
Text Example
White with #747C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747C80; }
p { color: rgb(116,124,128); }
H1.HeaderClassName
{
color: #747C80;
}
.AnyTagClassName
{
color: #747C80;
}
</style>
background-color css
<style>
a { background-color: #747C80; }
a { background-color: rgb(116,124,128); }
div.DivClassName
{
background-color: #747C80;
}
.BgClassName
{
background-color: #747C80;
}
</style>
border-color css
<style>
span { border-color: #747C80; }
span { border-color: rgb(116,124,128); }
td.TdClassName
{
border-color: #747C80;
}
.TagClassName
{
border-color: #747C80;
}
</style>