Shades of Gunsmoke #85887B
Tints of Gunsmoke #85887B
RGB
CMYK
RGB Variations
Color information
#85887B (or 0x85887B) is known color: Gunsmoke. HEX triplet: 85, 88 and 7B. RGB value is (133,136,123). Sum of RGB (Red+Green+Blue) = 133+136+123=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 136 - color contains mainly: green. Hex color #85887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85887B is #7A7784. Grayscale: #858585. Windows color (decimal): -8025989 or 8095877. OLE color: 8095877.
HSL color Cylindrical-coordinate representation of color #85887B: hue angle of 73.85º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #85887B is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 136 | 123 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.47 |
| HSL | 73.85º | 0.05% | 0.51% | - |
| HSV(B) | 73.85º | 0.1% | 0.53% | - |
| XYZ | 22.05 | 24.02 | 22.21 | - |
| YUV | 133.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 123 | 0.02 | 0 | 0.10 | 0.47 | 73.85 | 0.05 | 0.51 |
| Hex | 85 | 88 | 7B | 2 | 0 | A | 2F | 4A | 5 | 33 |
| Octal | 205 | 210 | 173 | 2 | 0 | 12 | 57 | 112 | 5 | 63 |
| Binary | 10000101 | 10001000 | 1111011 | 10 | 0 | 1010 | 101111 | 1001010 | 101 | 110011 |
Color Harmonies of #85887B
Complementary color
Monochromatic Colors of #85887B
Black with #85887B
Text Example
Text Example
White with #85887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85887B; }
p { color: rgb(133,136,123); }
H1.HeaderClassName
{
color: #85887B;
}
.AnyTagClassName
{
color: #85887B;
}
</style>
background-color css
<style>
a { background-color: #85887B; }
a { background-color: rgb(133,136,123); }
div.DivClassName
{
background-color: #85887B;
}
.BgClassName
{
background-color: #85887B;
}
</style>
border-color css
<style>
span { border-color: #85887B; }
span { border-color: rgb(133,136,123); }
td.TdClassName
{
border-color: #85887B;
}
.TagClassName
{
border-color: #85887B;
}
</style>