#7E8469

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

Shades of Gunsmoke #7E8469

Tints of Gunsmoke #7E8469

Color information

#7E8469 (or 0x7E8469) is unknown color: approx Gunsmoke. HEX triplet: 7E, 84 and 69. RGB value is (126,132,105). Sum of RGB (Red+Green+Blue) = 126+132+105=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 132 - color contains mainly: green. Hex color #7E8469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8469 is #817B96. Grayscale: #7F7F7F. Windows color (decimal): -8485783 or 6915198. OLE color: 6915198.

HSL color Cylindrical-coordinate representation of color #7E8469: hue angle of 73.33º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7E8469 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB126132105-
CMYK0.0500.200.48
HSL73.33º11.39%46.47%-
HSV(B)73.33º20.45%51.76%-
XYZ19.4121.9616.58-
YUV127.13115.51127.2-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.71%
GREEN value IS 132 (51.95% from 255) = 36.36%
BLUE value IS 105 (41.41% from 255) = 28.93%
R=34.71%
G=36.36%
B=28.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1261321050.0500.200.4873.3311.3946.47
Hex7E846950143049b2e
Octal1762041515024601111356
Binary111111010000100110100110101010011000010010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,132,105); }

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

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

 a { background-color: rgb(126,132,105); }

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

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

 span { border-color: rgb(126,132,105); }

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