Shades of Regent Grey #80888B
Tints of Regent Grey #80888B
RGB
CMYK
RGB Variations
Color information
#80888B (or 0x80888B) is known color: Regent Grey. HEX triplet: 80, 88 and 8B. RGB value is (128,136,139). Sum of RGB (Red+Green+Blue) = 128+136+139=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 139 - color contains mainly: blue. Hex color #80888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80888B is #7F7774. Grayscale: #858585. Windows color (decimal): -8353653 or 9144448. OLE color: 9144448.
HSL color Cylindrical-coordinate representation of color #80888B: hue angle of 196.36º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #80888B is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 136 | 139 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.45 |
| HSL | 196.36º | 0.05% | 0.52% | - |
| HSV(B) | 196.36º | 0.08% | 0.55% | - |
| XYZ | 22.37 | 24.06 | 27.89 | - |
| YUV | 133.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 136 | 139 | 0.08 | 0.02 | 0 | 0.45 | 196.36 | 0.05 | 0.52 |
| Hex | 80 | 88 | 8B | 8 | 2 | 0 | 2D | C4 | 5 | 34 |
| Octal | 200 | 210 | 213 | 10 | 2 | 0 | 55 | 304 | 5 | 64 |
| Binary | 10000000 | 10001000 | 10001011 | 1000 | 10 | 0 | 101101 | 11000100 | 101 | 110100 |
Color Harmonies of #80888B
Complementary color
Monochromatic Colors of #80888B
Black with #80888B
Text Example
Text Example
White with #80888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80888B; }
p { color: rgb(128,136,139); }
H1.HeaderClassName
{
color: #80888B;
}
.AnyTagClassName
{
color: #80888B;
}
</style>
background-color css
<style>
a { background-color: #80888B; }
a { background-color: rgb(128,136,139); }
div.DivClassName
{
background-color: #80888B;
}
.BgClassName
{
background-color: #80888B;
}
</style>
border-color css
<style>
span { border-color: #80888B; }
span { border-color: rgb(128,136,139); }
td.TdClassName
{
border-color: #80888B;
}
.TagClassName
{
border-color: #80888B;
}
</style>