Shades of Regent Grey #878C8D
Tints of Regent Grey #878C8D
RGB
CMYK
RGB Variations
Color information
#878C8D (or 0x878C8D) is known color: Regent Grey. HEX triplet: 87, 8C and 8D. RGB value is (135,140,141). Sum of RGB (Red+Green+Blue) = 135+140+141=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 141 - color contains mainly: blue. Hex color #878C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878C8D is #787372. Grayscale: #8A8A8A. Windows color (decimal): -7893875 or 9276551. OLE color: 9276551.
HSL color Cylindrical-coordinate representation of color #878C8D: hue angle of 190º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #878C8D is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 140 | 141 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.45 |
| HSL | 190º | 0.03% | 0.54% | - |
| HSV(B) | 190º | 0.04% | 0.55% | - |
| XYZ | 24.18 | 25.83 | 28.91 | - |
| YUV | 138.62 | 129.34 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 140 | 141 | 0.04 | 0.01 | 0 | 0.45 | 190 | 0.03 | 0.54 |
| Hex | 87 | 8C | 8D | 4 | 1 | 0 | 2D | BE | 3 | 36 |
| Octal | 207 | 214 | 215 | 4 | 1 | 0 | 55 | 276 | 3 | 66 |
| Binary | 10000111 | 10001100 | 10001101 | 100 | 1 | 0 | 101101 | 10111110 | 11 | 110110 |
Color Harmonies of #878C8D
Complementary color
Monochromatic Colors of #878C8D
Black with #878C8D
Text Example
Text Example
White with #878C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878C8D; }
p { color: rgb(135,140,141); }
H1.HeaderClassName
{
color: #878C8D;
}
.AnyTagClassName
{
color: #878C8D;
}
</style>
background-color css
<style>
a { background-color: #878C8D; }
a { background-color: rgb(135,140,141); }
div.DivClassName
{
background-color: #878C8D;
}
.BgClassName
{
background-color: #878C8D;
}
</style>
border-color css
<style>
span { border-color: #878C8D; }
span { border-color: rgb(135,140,141); }
td.TdClassName
{
border-color: #878C8D;
}
.TagClassName
{
border-color: #878C8D;
}
</style>