Shades of Gunsmoke #81857C
Tints of Gunsmoke #81857C
RGB
CMYK
RGB Variations
Color information
#81857C (or 0x81857C) is known color: Gunsmoke. HEX triplet: 81, 85 and 7C. RGB value is (129,133,124). Sum of RGB (Red+Green+Blue) = 129+133+124=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 133 - color contains mainly: green. Hex color #81857C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81857C is #7E7A83. Grayscale: #828282. Windows color (decimal): -8288900 or 8160641. OLE color: 8160641.
HSL color Cylindrical-coordinate representation of color #81857C: hue angle of 86.67º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #81857C is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 133 | 124 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.48 |
| HSL | 86.67º | 0.04% | 0.5% | - |
| HSV(B) | 86.67º | 0.07% | 0.52% | - |
| XYZ | 21.08 | 22.9 | 22.38 | - |
| YUV | 130.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 133 | 124 | 0.03 | 0 | 0.07 | 0.48 | 86.67 | 0.04 | 0.5 |
| Hex | 81 | 85 | 7C | 3 | 0 | 7 | 30 | 57 | 4 | 32 |
| Octal | 201 | 205 | 174 | 3 | 0 | 7 | 60 | 127 | 4 | 62 |
| Binary | 10000001 | 10000101 | 1111100 | 11 | 0 | 111 | 110000 | 1010111 | 100 | 110010 |
Color Harmonies of #81857C
Complementary color
Monochromatic Colors of #81857C
Black with #81857C
Text Example
Text Example
White with #81857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81857C; }
p { color: rgb(129,133,124); }
H1.HeaderClassName
{
color: #81857C;
}
.AnyTagClassName
{
color: #81857C;
}
</style>
background-color css
<style>
a { background-color: #81857C; }
a { background-color: rgb(129,133,124); }
div.DivClassName
{
background-color: #81857C;
}
.BgClassName
{
background-color: #81857C;
}
</style>
border-color css
<style>
span { border-color: #81857C; }
span { border-color: rgb(129,133,124); }
td.TdClassName
{
border-color: #81857C;
}
.TagClassName
{
border-color: #81857C;
}
</style>