#868C7C

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

Shades of Gunsmoke #868C7C

Tints of Gunsmoke #868C7C

Color information

#868C7C (or 0x868C7C) is unknown color: approx Gunsmoke. HEX triplet: 86, 8C and 7C. RGB value is (134,140,124). Sum of RGB (Red+Green+Blue) = 134+140+124=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 140 - color contains mainly: green. Hex color #868C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868C7C is #797383. Grayscale: #888888. Windows color (decimal): -7959428 or 8162438. OLE color: 8162438.

HSL color Cylindrical-coordinate representation of color #868C7C: hue angle of 82.5º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #868C7C is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB134140124-
CMYK0.0400.110.45
HSL82.5º6.5%51.76%-
HSV(B)82.5º11.43%54.9%-
XYZ22.8525.2822.74-
YUV136.38121.01126.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.67%
GREEN value IS 140 (55.08% from 255) = 35.18%
BLUE value IS 124 (48.83% from 255) = 31.16%
R=33.67%
G=35.18%
B=31.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341401240.0400.110.4582.56.551.76
Hex868C7C40B2D52734
Octal206214174401355122764
Binary10000110100011001111100100010111011011010010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868C7C; }

 p { color: rgb(134,140,124); }

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

<style>
 a { background-color: #868C7C; }

 a { background-color: rgb(134,140,124); }

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

<style>
 span { border-color: #868C7C; }

 span { border-color: rgb(134,140,124); }

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