Shades of Regent Grey #757C80
Tints of Regent Grey #757C80
RGB
CMYK
RGB Variations
Color information
#757C80 (or 0x757C80) is known color: Regent Grey. HEX triplet: 75, 7C and 80. RGB value is (117,124,128). Sum of RGB (Red+Green+Blue) = 117+124+128=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 128 - color contains mainly: blue. Hex color #757C80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757C80 is #8A837F. Grayscale: #7A7A7A. Windows color (decimal): -9077632 or 8420469. OLE color: 8420469.
HSL color Cylindrical-coordinate representation of color #757C80: hue angle of 201.82º degrees, saturation: 0.04, 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 #757C80 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 124 | 128 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.50 |
| HSL | 201.82º | 0.04% | 0.48% | - |
| HSV(B) | 201.82º | 0.09% | 0.5% | - |
| XYZ | 18.44 | 19.76 | 23.26 | - |
| YUV | 122.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 124 | 128 | 0.09 | 0.03 | 0 | 0.50 | 201.82 | 0.04 | 0.48 |
| Hex | 75 | 7C | 80 | 9 | 3 | 0 | 32 | CA | 4 | 30 |
| Octal | 165 | 174 | 200 | 11 | 3 | 0 | 62 | 312 | 4 | 60 |
| Binary | 1110101 | 1111100 | 10000000 | 1001 | 11 | 0 | 110010 | 11001010 | 100 | 110000 |
Color Harmonies of #757C80
Complementary color
Monochromatic Colors of #757C80
Black with #757C80
Text Example
Text Example
White with #757C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757C80; }
p { color: rgb(117,124,128); }
H1.HeaderClassName
{
color: #757C80;
}
.AnyTagClassName
{
color: #757C80;
}
</style>
background-color css
<style>
a { background-color: #757C80; }
a { background-color: rgb(117,124,128); }
div.DivClassName
{
background-color: #757C80;
}
.BgClassName
{
background-color: #757C80;
}
</style>
border-color css
<style>
span { border-color: #757C80; }
span { border-color: rgb(117,124,128); }
td.TdClassName
{
border-color: #757C80;
}
.TagClassName
{
border-color: #757C80;
}
</style>