Shades of Regent Grey #7F8587
Tints of Regent Grey #7F8587
RGB
CMYK
RGB Variations
Color information
#7F8587 (or 0x7F8587) is known color: Regent Grey. HEX triplet: 7F, 85 and 87. RGB value is (127,133,135). Sum of RGB (Red+Green+Blue) = 127+133+135=395 (52% of max value = 765). Red value is 127 (50% from 255 or 32.15% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 135 - color contains mainly: blue. Hex color #7F8587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8587 is #807A78. Grayscale: #838383. Windows color (decimal): -8419961 or 8881535. OLE color: 8881535.
HSL color Cylindrical-coordinate representation of color #7F8587: hue angle of 195º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7F8587 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 133 | 135 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.47 |
| HSL | 195º | 0.03% | 0.51% | - |
| HSV(B) | 195º | 0.06% | 0.53% | - |
| XYZ | 21.51 | 23.04 | 26.23 | - |
| YUV | 131.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 133 | 135 | 0.06 | 0.01 | 0 | 0.47 | 195 | 0.03 | 0.51 |
| Hex | 7F | 85 | 87 | 6 | 1 | 0 | 2F | C3 | 3 | 33 |
| Octal | 177 | 205 | 207 | 6 | 1 | 0 | 57 | 303 | 3 | 63 |
| Binary | 1111111 | 10000101 | 10000111 | 110 | 1 | 0 | 101111 | 11000011 | 11 | 110011 |
Color Harmonies of #7F8587
Complementary color
Monochromatic Colors of #7F8587
Black with #7F8587
Text Example
Text Example
White with #7F8587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8587; }
p { color: rgb(127,133,135); }
H1.HeaderClassName
{
color: #7F8587;
}
.AnyTagClassName
{
color: #7F8587;
}
</style>
background-color css
<style>
a { background-color: #7F8587; }
a { background-color: rgb(127,133,135); }
div.DivClassName
{
background-color: #7F8587;
}
.BgClassName
{
background-color: #7F8587;
}
</style>
border-color css
<style>
span { border-color: #7F8587; }
span { border-color: rgb(127,133,135); }
td.TdClassName
{
border-color: #7F8587;
}
.TagClassName
{
border-color: #7F8587;
}
</style>