#7E8377

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

Shades of Gunsmoke #7E8377

Tints of Gunsmoke #7E8377

Color information

#7E8377 (or 0x7E8377) is unknown color: approx Gunsmoke. HEX triplet: 7E, 83 and 77. RGB value is (126,131,119). Sum of RGB (Red+Green+Blue) = 126+131+119=376 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.51% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 131 - color contains mainly: green. Hex color #7E8377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8377 is #817C88. Grayscale: #808080. Windows color (decimal): -8486025 or 7832446. OLE color: 7832446.

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

Color convert

RGB126131119-
CMYK0.0400.090.49
HSL85º4.8%49.02%-
HSV(B)85º9.16%51.37%-
XYZ20.052220.64-
YUV128.14122.84126.48-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.51%
GREEN value IS 131 (51.56% from 255) = 34.84%
BLUE value IS 119 (46.88% from 255) = 31.65%
R=33.51%
G=34.84%
B=31.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1261311190.0400.090.49854.849.02
Hex7E83774093155531
Octal176203167401161125561
Binary1111110100000111110111100010011100011010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,131,119); }

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

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

 a { background-color: rgb(126,131,119); }

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

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

 span { border-color: rgb(126,131,119); }

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