#7F876F

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

Shades of Gunsmoke #7F876F

Tints of Gunsmoke #7F876F

Color information

#7F876F (or 0x7F876F) is unknown color: approx Gunsmoke. HEX triplet: 7F, 87 and 6F. RGB value is (127,135,111). Sum of RGB (Red+Green+Blue) = 127+135+111=373 (49% of max value = 765). Red value is 127 (50% from 255 or 34.05% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 135 - color contains mainly: green. Hex color #7F876F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F876F is #807890. Grayscale: #818181. Windows color (decimal): -8419473 or 7309183. OLE color: 7309183.

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

Color convert

RGB127135111-
CMYK0.0600.180.47
HSL80º9.76%48.24%-
HSV(B)80º17.78%52.94%-
XYZ20.2922.9918.41-
YUV129.87117.35125.95-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.05%
GREEN value IS 135 (53.12% from 255) = 36.19%
BLUE value IS 111 (43.75% from 255) = 29.76%
R=34.05%
G=36.19%
B=29.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1271351110.0600.180.47809.7648.24
Hex7F876F60122F50a30
Octal1772071576022571201260
Binary111111110000111110111111001001010111110100001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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