Shades of Regent Grey #747F82
Tints of Regent Grey #747F82
RGB
CMYK
RGB Variations
Color information
#747F82 (or 0x747F82) is known color: Regent Grey. HEX triplet: 74, 7F and 82. RGB value is (116,127,130). Sum of RGB (Red+Green+Blue) = 116+127+130=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 130 - color contains mainly: blue. Hex color #747F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747F82 is #8B807D. Grayscale: #7C7C7C. Windows color (decimal): -9142398 or 8552308. OLE color: 8552308.
HSL color Cylindrical-coordinate representation of color #747F82: hue angle of 192.86º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #747F82 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 127 | 130 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.49 |
| HSL | 192.86º | 0.06% | 0.48% | - |
| HSV(B) | 192.86º | 0.11% | 0.51% | - |
| XYZ | 18.82 | 20.5 | 24.08 | - |
| YUV | 124.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 130 | 0.11 | 0.02 | 0 | 0.49 | 192.86 | 0.06 | 0.48 |
| Hex | 74 | 7F | 82 | B | 2 | 0 | 31 | C1 | 6 | 30 |
| Octal | 164 | 177 | 202 | 13 | 2 | 0 | 61 | 301 | 6 | 60 |
| Binary | 1110100 | 1111111 | 10000010 | 1011 | 10 | 0 | 110001 | 11000001 | 110 | 110000 |
Color Harmonies of #747F82
Complementary color
Monochromatic Colors of #747F82
Black with #747F82
Text Example
Text Example
White with #747F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747F82; }
p { color: rgb(116,127,130); }
H1.HeaderClassName
{
color: #747F82;
}
.AnyTagClassName
{
color: #747F82;
}
</style>
background-color css
<style>
a { background-color: #747F82; }
a { background-color: rgb(116,127,130); }
div.DivClassName
{
background-color: #747F82;
}
.BgClassName
{
background-color: #747F82;
}
</style>
border-color css
<style>
span { border-color: #747F82; }
span { border-color: rgb(116,127,130); }
td.TdClassName
{
border-color: #747F82;
}
.TagClassName
{
border-color: #747F82;
}
</style>