Shades of Regent Grey #82888A
Tints of Regent Grey #82888A
RGB
CMYK
RGB Variations
Color information
#82888A (or 0x82888A) is known color: Regent Grey. HEX triplet: 82, 88 and 8A. RGB value is (130,136,138). Sum of RGB (Red+Green+Blue) = 130+136+138=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 138 - color contains mainly: blue. Hex color #82888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82888A is #7D7775. Grayscale: #868686. Windows color (decimal): -8222582 or 9078914. OLE color: 9078914.
HSL color Cylindrical-coordinate representation of color #82888A: hue angle of 195º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #82888A is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 136 | 138 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.46 |
| HSL | 195º | 0.03% | 0.53% | - |
| HSV(B) | 195º | 0.06% | 0.54% | - |
| XYZ | 22.6 | 24.19 | 27.52 | - |
| YUV | 134.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 136 | 138 | 0.06 | 0.01 | 0 | 0.46 | 195 | 0.03 | 0.53 |
| Hex | 82 | 88 | 8A | 6 | 1 | 0 | 2E | C3 | 3 | 35 |
| Octal | 202 | 210 | 212 | 6 | 1 | 0 | 56 | 303 | 3 | 65 |
| Binary | 10000010 | 10001000 | 10001010 | 110 | 1 | 0 | 101110 | 11000011 | 11 | 110101 |
Color Harmonies of #82888A
Complementary color
Monochromatic Colors of #82888A
Black with #82888A
Text Example
Text Example
White with #82888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82888A; }
p { color: rgb(130,136,138); }
H1.HeaderClassName
{
color: #82888A;
}
.AnyTagClassName
{
color: #82888A;
}
</style>
background-color css
<style>
a { background-color: #82888A; }
a { background-color: rgb(130,136,138); }
div.DivClassName
{
background-color: #82888A;
}
.BgClassName
{
background-color: #82888A;
}
</style>
border-color css
<style>
span { border-color: #82888A; }
span { border-color: rgb(130,136,138); }
td.TdClassName
{
border-color: #82888A;
}
.TagClassName
{
border-color: #82888A;
}
</style>