Shades of Regent Grey #757A7C
Tints of Regent Grey #757A7C
RGB
CMYK
RGB Variations
Color information
#757A7C (or 0x757A7C) is known color: Regent Grey. HEX triplet: 75, 7A and 7C. RGB value is (117,122,124). Sum of RGB (Red+Green+Blue) = 117+122+124=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 122 (48.05% from 255 or 33.61% 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 #757A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757A7C is #8A8583. Grayscale: #787878. Windows color (decimal): -9078148 or 8157813. OLE color: 8157813.
HSL color Cylindrical-coordinate representation of color #757A7C: hue angle of 197.14º 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 #757A7C is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 122 | 124 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.51 |
| HSL | 197.14º | 0.03% | 0.47% | - |
| HSV(B) | 197.14º | 0.06% | 0.49% | - |
| XYZ | 17.93 | 19.16 | 21.82 | - |
| YUV | 120.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 124 | 0.06 | 0.02 | 0 | 0.51 | 197.14 | 0.03 | 0.47 |
| Hex | 75 | 7A | 7C | 6 | 2 | 0 | 33 | C5 | 3 | 2F |
| Octal | 165 | 172 | 174 | 6 | 2 | 0 | 63 | 305 | 3 | 57 |
| Binary | 1110101 | 1111010 | 1111100 | 110 | 10 | 0 | 110011 | 11000101 | 11 | 101111 |
Color Harmonies of #757A7C
Complementary color
Monochromatic Colors of #757A7C
Black with #757A7C
Text Example
Text Example
White with #757A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757A7C; }
p { color: rgb(117,122,124); }
H1.HeaderClassName
{
color: #757A7C;
}
.AnyTagClassName
{
color: #757A7C;
}
</style>
background-color css
<style>
a { background-color: #757A7C; }
a { background-color: rgb(117,122,124); }
div.DivClassName
{
background-color: #757A7C;
}
.BgClassName
{
background-color: #757A7C;
}
</style>
border-color css
<style>
span { border-color: #757A7C; }
span { border-color: rgb(117,122,124); }
td.TdClassName
{
border-color: #757A7C;
}
.TagClassName
{
border-color: #757A7C;
}
</style>