#858D79

Color #858D79 Gunsmoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gunsmoke #858D79

Tints of Gunsmoke #858D79

Color information

#858D79 (or 0x858D79) is unknown color: approx Gunsmoke. HEX triplet: 85, 8D and 79. RGB value is (133,141,121). Sum of RGB (Red+Green+Blue) = 133+141+121=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 141 - color contains mainly: green. Hex color #858D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858D79 is #7A7286. Grayscale: #888888. Windows color (decimal): -8024711 or 7966085. OLE color: 7966085.

HSL color Cylindrical-coordinate representation of color #858D79: hue angle of 84º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #858D79 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB133141121-
CMYK0.0600.140.45
HSL84º8.06%51.37%-
HSV(B)84º14.18%55.29%-
XYZ22.6525.4221.8-
YUV136.33119.35125.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 33.67%
GREEN value IS 141 (55.47% from 255) = 35.70%
BLUE value IS 121 (47.66% from 255) = 30.63%
R=33.67%
G=35.70%
B=30.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331411210.0600.140.45848.0651.37
Hex858D7960E2D54833
Octal2052151716016551241063
Binary100001011000110111110011100111010110110101001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858D79; }

 p { color: rgb(133,141,121); }

 H1.HeaderClassName
 {
   color: #858D79;
 }
 .AnyTagClassName
 {
   color: #858D79;
 }
</style>
background-color css

<style>
 a { background-color: #858D79; }

 a { background-color: rgb(133,141,121); }

 div.DivClassName
 {
   background-color: #858D79;
 }
 .BgClassName
 {
   background-color: #858D79;
 }
</style>
border-color css

<style>
 span { border-color: #858D79; }

 span { border-color: rgb(133,141,121); }

 td.TdClassName
 {
   border-color: #858D79;
 }
 .TagClassName
 {
   border-color: #858D79;
 }
</style>