#7F876D

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

Shades of Gunsmoke #7F876D

Tints of Gunsmoke #7F876D

Color information

#7F876D (or 0x7F876D) is unknown color: approx Gunsmoke. HEX triplet: 7F, 87 and 6D. RGB value is (127,135,109). Sum of RGB (Red+Green+Blue) = 127+135+109=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 135 - color contains mainly: green. Hex color #7F876D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F876D is #807892. Grayscale: #818181. Windows color (decimal): -8419475 or 7178111. OLE color: 7178111.

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

Color convert

RGB127135109-
CMYK0.0600.190.47
HSL78.46º10.66%47.84%-
HSV(B)78.46º19.26%52.94%-
XYZ20.1822.9417.83-
YUV129.64116.35126.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.23%
GREEN value IS 135 (53.12% from 255) = 36.39%
BLUE value IS 109 (42.97% from 255) = 29.38%
R=34.23%
G=36.39%
B=29.38%

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
Decimal1271351090.0600.190.4778.4610.6647.84
Hex7F876D60132F4eb30
Octal1772071556023571161360
Binary111111110000111110110111001001110111110011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F876D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,135,109); }

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

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

 a { background-color: rgb(127,135,109); }

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

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

 span { border-color: rgb(127,135,109); }

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