Shades of Gunsmoke #858B7B
Tints of Gunsmoke #858B7B
RGB
CMYK
RGB Variations
Color information
#858B7B (or 0x858B7B) is known color: Gunsmoke. HEX triplet: 85, 8B and 7B. RGB value is (133,139,123). Sum of RGB (Red+Green+Blue) = 133+139+123=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 139 - color contains mainly: green. Hex color #858B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858B7B is #7A7484. Grayscale: #878787. Windows color (decimal): -8025221 or 8096645. OLE color: 8096645.
HSL color Cylindrical-coordinate representation of color #858B7B: hue angle of 82.5º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #858B7B is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
RGB | 133 | 139 | 123 | - |
CMYK | 0.04 | 0 | 0.12 | 0.45 |
HSL | 82.5º | 0.06% | 0.51% | - |
HSV(B) | 82.5º | 0.12% | 0.55% | - |
XYZ | 22.48 | 24.88 | 22.36 | - |
YUV | 135.38 | 121.01 | 126.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 133 | 139 | 123 | 0.04 | 0 | 0.12 | 0.45 | 82.5 | 0.06 | 0.51 |
Hex | 85 | 8B | 7B | 4 | 0 | C | 2D | 52 | 6 | 33 |
Octal | 205 | 213 | 173 | 4 | 0 | 14 | 55 | 122 | 6 | 63 |
Binary | 10000101 | 10001011 | 1111011 | 100 | 0 | 1100 | 101101 | 1010010 | 110 | 110011 |
Color Harmonies of #858B7B
Complementary color
Monochromatic Colors of #858B7B
Black with #858B7B
Text Example
Text Example
White with #858B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B7B; }
p { color: rgb(133,139,123); }
H1.HeaderClassName
{
color: #858B7B;
}
.AnyTagClassName
{
color: #858B7B;
}
</style>
background-color css
<style>
a { background-color: #858B7B; }
a { background-color: rgb(133,139,123); }
div.DivClassName
{
background-color: #858B7B;
}
.BgClassName
{
background-color: #858B7B;
}
</style>
border-color css
<style>
span { border-color: #858B7B; }
span { border-color: rgb(133,139,123); }
td.TdClassName
{
border-color: #858B7B;
}
.TagClassName
{
border-color: #858B7B;
}
</style>