#7F876B

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

Shades of Gunsmoke #7F876B

Tints of Gunsmoke #7F876B

Color information

#7F876B (or 0x7F876B) is unknown color: approx Gunsmoke. HEX triplet: 7F, 87 and 6B. RGB value is (127,135,107). Sum of RGB (Red+Green+Blue) = 127+135+107=369 (48% of max value = 765). Red value is 127 (50% from 255 or 34.42% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 135 - color contains mainly: green. Hex color #7F876B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F876B is #807894. Grayscale: #818181. Windows color (decimal): -8419477 or 7047039. OLE color: 7047039.

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

Color convert

RGB127135107-
CMYK0.0600.210.47
HSL77.14º11.57%47.45%-
HSV(B)77.14º20.74%52.94%-
XYZ20.0722.917.27-
YUV129.42115.35126.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.42%
GREEN value IS 135 (53.12% from 255) = 36.59%
BLUE value IS 107 (42.19% from 255) = 29.00%
R=34.42%
G=36.59%
B=29.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1271351070.0600.210.4777.1411.5747.45
Hex7F876B60152F4dc2f
Octal1772071536025571151457
Binary111111110000111110101111001010110111110011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F876B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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