Shades of Regent Grey #757C7E
Tints of Regent Grey #757C7E
RGB
CMYK
RGB Variations
Color information
#757C7E (or 0x757C7E) is known color: Regent Grey. HEX triplet: 75, 7C and 7E. RGB value is (117,124,126). Sum of RGB (Red+Green+Blue) = 117+124+126=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 126 - color contains mainly: blue. Hex color #757C7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C7E is #8A8381. Grayscale: #7A7A7A. Windows color (decimal): -9077634 or 8289397. OLE color: 8289397.
HSL color Cylindrical-coordinate representation of color #757C7E: hue angle of 193.33º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #757C7E is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 124 | 126 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.51 |
| HSL | 193.33º | 0.04% | 0.48% | - |
| HSV(B) | 193.33º | 0.07% | 0.49% | - |
| XYZ | 18.31 | 19.7 | 22.58 | - |
| YUV | 122.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 124 | 126 | 0.07 | 0.02 | 0 | 0.51 | 193.33 | 0.04 | 0.48 |
| Hex | 75 | 7C | 7E | 7 | 2 | 0 | 33 | C1 | 4 | 30 |
| Octal | 165 | 174 | 176 | 7 | 2 | 0 | 63 | 301 | 4 | 60 |
| Binary | 1110101 | 1111100 | 1111110 | 111 | 10 | 0 | 110011 | 11000001 | 100 | 110000 |
Color Harmonies of #757C7E
Complementary color
Monochromatic Colors of #757C7E
Black with #757C7E
Text Example
Text Example
White with #757C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757C7E; }
p { color: rgb(117,124,126); }
H1.HeaderClassName
{
color: #757C7E;
}
.AnyTagClassName
{
color: #757C7E;
}
</style>
background-color css
<style>
a { background-color: #757C7E; }
a { background-color: rgb(117,124,126); }
div.DivClassName
{
background-color: #757C7E;
}
.BgClassName
{
background-color: #757C7E;
}
</style>
border-color css
<style>
span { border-color: #757C7E; }
span { border-color: rgb(117,124,126); }
td.TdClassName
{
border-color: #757C7E;
}
.TagClassName
{
border-color: #757C7E;
}
</style>