#7F876C

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

Shades of Gunsmoke #7F876C

Tints of Gunsmoke #7F876C

Color information

#7F876C (or 0x7F876C) is unknown color: approx Gunsmoke. HEX triplet: 7F, 87 and 6C. RGB value is (127,135,108). Sum of RGB (Red+Green+Blue) = 127+135+108=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 135 - color contains mainly: green. Hex color #7F876C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F876C is #807893. Grayscale: #818181. Windows color (decimal): -8419476 or 7112575. OLE color: 7112575.

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

Color convert

RGB127135108-
CMYK0.0600.20.47
HSL77.78º11.11%47.65%-
HSV(B)77.78º20%52.94%-
XYZ20.1222.9217.55-
YUV129.53115.85126.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.32%
GREEN value IS 135 (53.12% from 255) = 36.49%
BLUE value IS 108 (42.58% from 255) = 29.19%
R=34.32%
G=36.49%
B=29.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1271351080.0600.20.4777.7811.1147.65
Hex7F876C60142F4eb30
Octal1772071546024571161360
Binary111111110000111110110011001010010111110011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F876C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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