#7F8672

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

Shades of Gunsmoke #7F8672

Tints of Gunsmoke #7F8672

Color information

#7F8672 (or 0x7F8672) is unknown color: approx Gunsmoke. HEX triplet: 7F, 86 and 72. RGB value is (127,134,114). Sum of RGB (Red+Green+Blue) = 127+134+114=375 (49% of max value = 765). Red value is 127 (50% from 255 or 33.87% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 134 - color contains mainly: green. Hex color #7F8672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8672 is #80798D. Grayscale: #818181. Windows color (decimal): -8419726 or 7505535. OLE color: 7505535.

HSL color Cylindrical-coordinate representation of color #7F8672: hue angle of 81º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7F8672 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB127134114-
CMYK0.0500.150.47
HSL81º8.06%48.63%-
HSV(B)81º14.93%52.55%-
XYZ20.3122.7819.25-
YUV129.63119.18126.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.87%
GREEN value IS 134 (52.73% from 255) = 35.73%
BLUE value IS 114 (44.92% from 255) = 30.4%
R=33.87%
G=35.73%
B=30.4%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1271341140.0500.150.47818.0648.63
Hex7F867250F2F51831
Octal1772061625017571211061
Binary11111111000011011100101010111110111110100011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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