Shades of Regent Grey #808687
Tints of Regent Grey #808687
RGB
CMYK
RGB Variations
Color information
#808687 (or 0x808687) is known color: Regent Grey. HEX triplet: 80, 86 and 87. RGB value is (128,134,135). Sum of RGB (Red+Green+Blue) = 128+134+135=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 135 - color contains mainly: blue. Hex color #808687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808687 is #7F7978. Grayscale: #848484. Windows color (decimal): -8354169 or 8881792. OLE color: 8881792.
HSL color Cylindrical-coordinate representation of color #808687: hue angle of 188.57º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #808687 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 134 | 135 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.47 |
| HSL | 188.57º | 0.03% | 0.52% | - |
| HSV(B) | 188.57º | 0.05% | 0.53% | - |
| XYZ | 21.8 | 23.39 | 26.29 | - |
| YUV | 132.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 134 | 135 | 0.05 | 0.01 | 0 | 0.47 | 188.57 | 0.03 | 0.52 |
| Hex | 80 | 86 | 87 | 5 | 1 | 0 | 2F | BD | 3 | 34 |
| Octal | 200 | 206 | 207 | 5 | 1 | 0 | 57 | 275 | 3 | 64 |
| Binary | 10000000 | 10000110 | 10000111 | 101 | 1 | 0 | 101111 | 10111101 | 11 | 110100 |
Color Harmonies of #808687
Complementary color
Monochromatic Colors of #808687
Black with #808687
Text Example
Text Example
White with #808687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808687; }
p { color: rgb(128,134,135); }
H1.HeaderClassName
{
color: #808687;
}
.AnyTagClassName
{
color: #808687;
}
</style>
background-color css
<style>
a { background-color: #808687; }
a { background-color: rgb(128,134,135); }
div.DivClassName
{
background-color: #808687;
}
.BgClassName
{
background-color: #808687;
}
</style>
border-color css
<style>
span { border-color: #808687; }
span { border-color: rgb(128,134,135); }
td.TdClassName
{
border-color: #808687;
}
.TagClassName
{
border-color: #808687;
}
</style>