Shades of Gunsmoke #88917A
Tints of Gunsmoke #88917A
RGB
CMYK
RGB Variations
Color information
#88917A (or 0x88917A) is known color: Gunsmoke. HEX triplet: 88, 91 and 7A. RGB value is (136,145,122). Sum of RGB (Red+Green+Blue) = 136+145+122=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 145 - color contains mainly: green. Hex color #88917A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88917A is #776E85. Grayscale: #8B8B8B. Windows color (decimal): -7827078 or 8032648. OLE color: 8032648.
HSL color Cylindrical-coordinate representation of color #88917A: hue angle of 83.48º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #88917A is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 145 | 122 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.43 |
| HSL | 83.48º | 0.09% | 0.52% | - |
| HSV(B) | 83.48º | 0.16% | 0.57% | - |
| XYZ | 23.79 | 26.89 | 22.35 | - |
| YUV | 139.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 145 | 122 | 0.06 | 0 | 0.16 | 0.43 | 83.48 | 0.09 | 0.52 |
| Hex | 88 | 91 | 7A | 6 | 0 | 10 | 2B | 53 | 9 | 34 |
| Octal | 210 | 221 | 172 | 6 | 0 | 20 | 53 | 123 | 11 | 64 |
| Binary | 10001000 | 10010001 | 1111010 | 110 | 0 | 10000 | 101011 | 1010011 | 1001 | 110100 |
Color Harmonies of #88917A
Complementary color
Monochromatic Colors of #88917A
Black with #88917A
Text Example
Text Example
White with #88917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88917A; }
p { color: rgb(136,145,122); }
H1.HeaderClassName
{
color: #88917A;
}
.AnyTagClassName
{
color: #88917A;
}
</style>
background-color css
<style>
a { background-color: #88917A; }
a { background-color: rgb(136,145,122); }
div.DivClassName
{
background-color: #88917A;
}
.BgClassName
{
background-color: #88917A;
}
</style>
border-color css
<style>
span { border-color: #88917A; }
span { border-color: rgb(136,145,122); }
td.TdClassName
{
border-color: #88917A;
}
.TagClassName
{
border-color: #88917A;
}
</style>