Shades of Grey #848181
Tints of Grey #848181
RGB
CMYK
RGB Variations
Color information
#848181 (or 0x848181) is known color: Grey. HEX triplet: 84, 81 and 81. RGB value is (132,129,129). Sum of RGB (Red+Green+Blue) = 132+129+129=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 132 - color contains mainly: red. Hex color #848181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848181 is #7B7E7E. Grayscale: #818181. Windows color (decimal): -8093311 or 8487300. OLE color: 8487300.
HSL color Cylindrical-coordinate representation of color #848181: hue angle of 0º degrees, saturation: 0.01, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #848181 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 129 | 129 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.48 |
| HSL | 0º | 0.01% | 0.51% | - |
| HSV(B) | 0º | 0.02% | 0.52% | - |
| XYZ | 21.33 | 22.19 | 23.93 | - |
| YUV | 129.9 | 127.49 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 129 | 0 | 0.02 | 0.02 | 0.48 | 0 | 0.01 | 0.51 |
| Hex | 84 | 81 | 81 | 0 | 2 | 2 | 30 | 0 | 1 | 33 |
| Octal | 204 | 201 | 201 | 0 | 2 | 2 | 60 | 0 | 1 | 63 |
| Binary | 10000100 | 10000001 | 10000001 | 0 | 10 | 10 | 110000 | 0 | 1 | 110011 |
Color Harmonies of #848181
Complementary color
Monochromatic Colors of #848181
Black with #848181
Text Example
Text Example
White with #848181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848181; }
p { color: rgb(132,129,129); }
H1.HeaderClassName
{
color: #848181;
}
.AnyTagClassName
{
color: #848181;
}
</style>
background-color css
<style>
a { background-color: #848181; }
a { background-color: rgb(132,129,129); }
div.DivClassName
{
background-color: #848181;
}
.BgClassName
{
background-color: #848181;
}
</style>
border-color css
<style>
span { border-color: #848181; }
span { border-color: rgb(132,129,129); }
td.TdClassName
{
border-color: #848181;
}
.TagClassName
{
border-color: #848181;
}
</style>