Shades of Regent Grey #757B7C
Tints of Regent Grey #757B7C
RGB
CMYK
RGB Variations
Color information
#757B7C (or 0x757B7C) is known color: Regent Grey. HEX triplet: 75, 7B and 7C. RGB value is (117,123,124). Sum of RGB (Red+Green+Blue) = 117+123+124=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 124 - color contains mainly: blue. Hex color #757B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B7C is #8A8483. Grayscale: #797979. Windows color (decimal): -9077892 or 8158069. OLE color: 8158069.
HSL color Cylindrical-coordinate representation of color #757B7C: hue angle of 188.57º 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 #757B7C is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 123 | 124 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.51 |
| HSL | 188.57º | 0.03% | 0.47% | - |
| HSV(B) | 188.57º | 0.06% | 0.49% | - |
| XYZ | 18.06 | 19.4 | 21.86 | - |
| YUV | 121.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 123 | 124 | 0.06 | 0.01 | 0 | 0.51 | 188.57 | 0.03 | 0.47 |
| Hex | 75 | 7B | 7C | 6 | 1 | 0 | 33 | BD | 3 | 2F |
| Octal | 165 | 173 | 174 | 6 | 1 | 0 | 63 | 275 | 3 | 57 |
| Binary | 1110101 | 1111011 | 1111100 | 110 | 1 | 0 | 110011 | 10111101 | 11 | 101111 |
Color Harmonies of #757B7C
Complementary color
Monochromatic Colors of #757B7C
Black with #757B7C
Text Example
Text Example
White with #757B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757B7C; }
p { color: rgb(117,123,124); }
H1.HeaderClassName
{
color: #757B7C;
}
.AnyTagClassName
{
color: #757B7C;
}
</style>
background-color css
<style>
a { background-color: #757B7C; }
a { background-color: rgb(117,123,124); }
div.DivClassName
{
background-color: #757B7C;
}
.BgClassName
{
background-color: #757B7C;
}
</style>
border-color css
<style>
span { border-color: #757B7C; }
span { border-color: rgb(117,123,124); }
td.TdClassName
{
border-color: #757B7C;
}
.TagClassName
{
border-color: #757B7C;
}
</style>