#7F856B

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

Shades of Gunsmoke #7F856B

Tints of Gunsmoke #7F856B

Color information

#7F856B (or 0x7F856B) is unknown color: approx Gunsmoke. HEX triplet: 7F, 85 and 6B. RGB value is (127,133,107). Sum of RGB (Red+Green+Blue) = 127+133+107=367 (48% of max value = 765). Red value is 127 (50% from 255 or 34.60% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 133 - color contains mainly: green. Hex color #7F856B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F856B is #807A94. Grayscale: #808080. Windows color (decimal): -8419989 or 7046527. OLE color: 7046527.

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

Color convert

RGB127133107-
CMYK0.0500.200.48
HSL73.85º10.83%47.06%-
HSV(B)73.85º19.55%52.16%-
XYZ19.7922.3517.18-
YUV128.24116.01127.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.60%
GREEN value IS 133 (52.34% from 255) = 36.24%
BLUE value IS 107 (42.19% from 255) = 29.16%
R=34.60%
G=36.24%
B=29.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1271331070.0500.200.4873.8510.8347.06
Hex7F856B5014304ab2f
Octal1772051535024601121357
Binary111111110000101110101110101010011000010010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F856B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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