Shades of Regent Grey #757F84
Tints of Regent Grey #757F84
RGB
CMYK
RGB Variations
Color information
#757F84 (or 0x757F84) is known color: Regent Grey. HEX triplet: 75, 7F and 84. RGB value is (117,127,132). Sum of RGB (Red+Green+Blue) = 117+127+132=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 132 - color contains mainly: blue. Hex color #757F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757F84 is #8A807B. Grayscale: #7C7C7C. Windows color (decimal): -9076860 or 8683381. OLE color: 8683381.
HSL color Cylindrical-coordinate representation of color #757F84: hue angle of 200º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #757F84 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 127 | 132 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.48 |
| HSL | 200º | 0.06% | 0.49% | - |
| HSV(B) | 200º | 0.11% | 0.52% | - |
| XYZ | 19.09 | 20.63 | 24.8 | - |
| YUV | 124.58 | 132.19 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 127 | 132 | 0.11 | 0.04 | 0 | 0.48 | 200 | 0.06 | 0.49 |
| Hex | 75 | 7F | 84 | B | 4 | 0 | 30 | C8 | 6 | 31 |
| Octal | 165 | 177 | 204 | 13 | 4 | 0 | 60 | 310 | 6 | 61 |
| Binary | 1110101 | 1111111 | 10000100 | 1011 | 100 | 0 | 110000 | 11001000 | 110 | 110001 |
Color Harmonies of #757F84
Complementary color
Monochromatic Colors of #757F84
Black with #757F84
Text Example
Text Example
White with #757F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757F84; }
p { color: rgb(117,127,132); }
H1.HeaderClassName
{
color: #757F84;
}
.AnyTagClassName
{
color: #757F84;
}
</style>
background-color css
<style>
a { background-color: #757F84; }
a { background-color: rgb(117,127,132); }
div.DivClassName
{
background-color: #757F84;
}
.BgClassName
{
background-color: #757F84;
}
</style>
border-color css
<style>
span { border-color: #757F84; }
span { border-color: rgb(117,127,132); }
td.TdClassName
{
border-color: #757F84;
}
.TagClassName
{
border-color: #757F84;
}
</style>