#7E876B

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

Shades of Gunsmoke #7E876B

Tints of Gunsmoke #7E876B

Color information

#7E876B (or 0x7E876B) is unknown color: approx Gunsmoke. HEX triplet: 7E, 87 and 6B. RGB value is (126,135,107). Sum of RGB (Red+Green+Blue) = 126+135+107=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 135 - color contains mainly: green. Hex color #7E876B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E876B is #817894. Grayscale: #818181. Windows color (decimal): -8485013 or 7047038. OLE color: 7047038.

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

Color convert

RGB126135107-
CMYK0.0700.210.47
HSL79.29º11.57%47.45%-
HSV(B)79.29º20.74%52.94%-
XYZ19.9222.8317.27-
YUV129.12115.52125.78-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.24%
GREEN value IS 135 (53.12% from 255) = 36.68%
BLUE value IS 107 (42.19% from 255) = 29.08%
R=34.24%
G=36.68%
B=29.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1261351070.0700.210.4779.2911.5747.45
Hex7E876B70152F4fc2f
Octal1762071537025571171457
Binary111111010000111110101111101010110111110011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E876B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,135,107); }

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

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

 a { background-color: rgb(126,135,107); }

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

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

 span { border-color: rgb(126,135,107); }

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