#7F856D

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

Shades of Gunsmoke #7F856D

Tints of Gunsmoke #7F856D

Color information

#7F856D (or 0x7F856D) is unknown color: approx Gunsmoke. HEX triplet: 7F, 85 and 6D. RGB value is (127,133,109). Sum of RGB (Red+Green+Blue) = 127+133+109=369 (48% of max value = 765). Red value is 127 (50% from 255 or 34.42% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 133 - color contains mainly: green. Hex color #7F856D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F856D is #807A92. Grayscale: #808080. Windows color (decimal): -8419987 or 7177599. OLE color: 7177599.

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

Color convert

RGB127133109-
CMYK0.0500.180.48
HSL75º9.92%47.45%-
HSV(B)75º18.05%52.16%-
XYZ19.922.3917.74-
YUV128.47117.01126.95-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.42%
GREEN value IS 133 (52.34% from 255) = 36.04%
BLUE value IS 109 (42.97% from 255) = 29.54%
R=34.42%
G=36.04%
B=29.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1271331090.0500.180.48759.9247.45
Hex7F856D5012304ba2f
Octal1772051555022601131257
Binary111111110000101110110110101001011000010010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,133,109); }

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

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

 a { background-color: rgb(127,133,109); }

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

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

 span { border-color: rgb(127,133,109); }

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