Shades of Regent Grey #757F85
Tints of Regent Grey #757F85
RGB
CMYK
RGB Variations
Color information
#757F85 (or 0x757F85) is known color: Regent Grey. HEX triplet: 75, 7F and 85. RGB value is (117,127,133). Sum of RGB (Red+Green+Blue) = 117+127+133=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 133 - color contains mainly: blue. Hex color #757F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757F85 is #8A807A. Grayscale: #7C7C7C. Windows color (decimal): -9076859 or 8748917. OLE color: 8748917.
HSL color Cylindrical-coordinate representation of color #757F85: hue angle of 202.5º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #757F85 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 127 | 133 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.48 |
| HSL | 202.5º | 0.06% | 0.49% | - |
| HSV(B) | 202.5º | 0.12% | 0.52% | - |
| XYZ | 19.16 | 20.65 | 25.17 | - |
| YUV | 124.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 127 | 133 | 0.12 | 0.05 | 0 | 0.48 | 202.5 | 0.06 | 0.49 |
| Hex | 75 | 7F | 85 | C | 5 | 0 | 30 | CA | 6 | 31 |
| Octal | 165 | 177 | 205 | 14 | 5 | 0 | 60 | 312 | 6 | 61 |
| Binary | 1110101 | 1111111 | 10000101 | 1100 | 101 | 0 | 110000 | 11001010 | 110 | 110001 |
Color Harmonies of #757F85
Complementary color
Monochromatic Colors of #757F85
Black with #757F85
Text Example
Text Example
White with #757F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757F85; }
p { color: rgb(117,127,133); }
H1.HeaderClassName
{
color: #757F85;
}
.AnyTagClassName
{
color: #757F85;
}
</style>
background-color css
<style>
a { background-color: #757F85; }
a { background-color: rgb(117,127,133); }
div.DivClassName
{
background-color: #757F85;
}
.BgClassName
{
background-color: #757F85;
}
</style>
border-color css
<style>
span { border-color: #757F85; }
span { border-color: rgb(117,127,133); }
td.TdClassName
{
border-color: #757F85;
}
.TagClassName
{
border-color: #757F85;
}
</style>