#7E866C

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

Shades of Gunsmoke #7E866C

Tints of Gunsmoke #7E866C

Color information

#7E866C (or 0x7E866C) is unknown color: approx Gunsmoke. HEX triplet: 7E, 86 and 6C. RGB value is (126,134,108). Sum of RGB (Red+Green+Blue) = 126+134+108=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 134 - color contains mainly: green. Hex color #7E866C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E866C is #817993. Grayscale: #808080. Windows color (decimal): -8485268 or 7112318. OLE color: 7112318.

HSL color Cylindrical-coordinate representation of color #7E866C: hue angle of 78.46º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7E866C is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB126134108-
CMYK0.0600.190.47
HSL78.46º10.74%47.45%-
HSV(B)78.46º19.4%52.55%-
XYZ19.8422.5717.5-
YUV128.64116.35126.11-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.24%
GREEN value IS 134 (52.73% from 255) = 36.41%
BLUE value IS 108 (42.58% from 255) = 29.35%
R=34.24%
G=36.41%
B=29.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1261341080.0600.190.4778.4610.7447.45
Hex7E866C60132F4eb2f
Octal1762061546023571161357
Binary111111010000110110110011001001110111110011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E866C; }

 p { color: rgb(126,134,108); }

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

<style>
 a { background-color: #7E866C; }

 a { background-color: rgb(126,134,108); }

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

<style>
 span { border-color: #7E866C; }

 span { border-color: rgb(126,134,108); }

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