#7F866E

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

Shades of Gunsmoke #7F866E

Tints of Gunsmoke #7F866E

Color information

#7F866E (or 0x7F866E) is unknown color: approx Gunsmoke. HEX triplet: 7F, 86 and 6E. RGB value is (127,134,110). Sum of RGB (Red+Green+Blue) = 127+134+110=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 134 - color contains mainly: green. Hex color #7F866E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F866E is #807991. Grayscale: #818181. Windows color (decimal): -8419730 or 7243391. OLE color: 7243391.

HSL color Cylindrical-coordinate representation of color #7F866E: hue angle of 77.5º 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 #7F866E is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB127134110-
CMYK0.0500.180.47
HSL77.5º9.84%47.84%-
HSV(B)77.5º17.91%52.55%-
XYZ20.0922.6918.07-
YUV129.17117.18126.45-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.23%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 110 (43.36% from 255) = 29.65%
R=34.23%
G=36.12%
B=29.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1271341100.0500.180.4777.59.8447.84
Hex7F866E50122F4ea30
Octal1772061565022571161260
Binary111111110000110110111010101001010111110011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,134,110); }

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

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

 a { background-color: rgb(127,134,110); }

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

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

 span { border-color: rgb(127,134,110); }

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