#7F8373

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

Shades of Gunsmoke #7F8373

Tints of Gunsmoke #7F8373

Color information

#7F8373 (or 0x7F8373) is unknown color: approx Gunsmoke. HEX triplet: 7F, 83 and 73. RGB value is (127,131,115). Sum of RGB (Red+Green+Blue) = 127+131+115=373 (49% of max value = 765). Red value is 127 (50% from 255 or 34.05% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 131 - color contains mainly: green. Hex color #7F8373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8373 is #807C8C. Grayscale: #808080. Windows color (decimal): -8420493 or 7570303. OLE color: 7570303.

HSL color Cylindrical-coordinate representation of color #7F8373: hue angle of 75º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7F8373 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB127131115-
CMYK0.0300.120.49
HSL75º6.5%48.24%-
HSV(B)75º12.21%51.37%-
XYZ19.9621.9819.41-
YUV127.98120.67127.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.05%
GREEN value IS 131 (51.56% from 255) = 35.12%
BLUE value IS 115 (45.31% from 255) = 30.83%
R=34.05%
G=35.12%
B=30.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1271311150.0300.120.49756.548.24
Hex7F837330C314b730
Octal177203163301461113760
Binary111111110000011111001111011001100011001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,131,115); }

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

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

 a { background-color: rgb(127,131,115); }

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

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

 span { border-color: rgb(127,131,115); }

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