#7E826D

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

Shades of Gunsmoke #7E826D

Tints of Gunsmoke #7E826D

Color information

#7E826D (or 0x7E826D) is unknown color: approx Gunsmoke. HEX triplet: 7E, 82 and 6D. RGB value is (126,130,109). Sum of RGB (Red+Green+Blue) = 126+130+109=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 130 - color contains mainly: green. Hex color #7E826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E826D is #817D92. Grayscale: #7E7E7E. Windows color (decimal): -8486291 or 7176830. OLE color: 7176830.

HSL color Cylindrical-coordinate representation of color #7E826D: hue angle of 71.43º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7E826D is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB126130109-
CMYK0.0300.160.49
HSL71.43º8.79%46.86%-
HSV(B)71.43º16.15%50.98%-
XYZ19.3521.5117.6-
YUV126.41118.17127.71-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.52%
GREEN value IS 130 (51.17% from 255) = 35.62%
BLUE value IS 109 (42.97% from 255) = 29.86%
R=34.52%
G=35.62%
B=29.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1261301090.0300.160.4971.438.7946.86
Hex7E826D3010314792f
Octal1762021553020611071157
Binary11111101000001011011011101000011000110001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,130,109); }

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

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

 a { background-color: rgb(126,130,109); }

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

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

 span { border-color: rgb(126,130,109); }

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