#7F8676

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

Shades of Gunsmoke #7F8676

Tints of Gunsmoke #7F8676

Color information

#7F8676 (or 0x7F8676) is unknown color: approx Gunsmoke. HEX triplet: 7F, 86 and 76. RGB value is (127,134,118). Sum of RGB (Red+Green+Blue) = 127+134+118=379 (50% of max value = 765). Red value is 127 (50% from 255 or 33.51% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 134 - color contains mainly: green. Hex color #7F8676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8676 is #807989. Grayscale: #828282. Windows color (decimal): -8419722 or 7767679. OLE color: 7767679.

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

Color convert

RGB127134118-
CMYK0.0500.120.47
HSL86.25º6.35%49.41%-
HSV(B)86.25º11.94%52.55%-
XYZ20.5522.8720.47-
YUV130.08121.18125.8-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.51%
GREEN value IS 134 (52.73% from 255) = 35.36%
BLUE value IS 118 (46.48% from 255) = 31.13%
R=33.51%
G=35.36%
B=31.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1271341180.0500.120.4786.256.3549.41
Hex7F867650C2F56631
Octal177206166501457126661
Binary1111111100001101110110101011001011111010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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