#858C72

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

Shades of Gunsmoke #858C72

Tints of Gunsmoke #858C72

Color information

#858C72 (or 0x858C72) is unknown color: approx Gunsmoke. HEX triplet: 85, 8C and 72. RGB value is (133,140,114). Sum of RGB (Red+Green+Blue) = 133+140+114=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 140 - color contains mainly: green. Hex color #858C72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858C72 is #7A738D. Grayscale: #878787. Windows color (decimal): -8024974 or 7507077. OLE color: 7507077.

HSL color Cylindrical-coordinate representation of color #858C72: hue angle of 76.15º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #858C72 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB133140114-
CMYK0.0500.190.45
HSL76.15º10.24%49.8%-
HSV(B)76.15º18.57%54.9%-
XYZ22.0924.9619.57-
YUV134.94116.18126.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 140 (55.08% from 255) = 36.18%
BLUE value IS 114 (44.92% from 255) = 29.46%
R=34.37%
G=36.18%
B=29.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331401140.0500.190.4576.1510.2449.8
Hex858C7250132D4ca32
Octal2052141625023551141262
Binary1000010110001100111001010101001110110110011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,140,114); }

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

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

 a { background-color: rgb(133,140,114); }

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

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

 span { border-color: rgb(133,140,114); }

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