#7F886A

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

Shades of Gunsmoke #7F886A

Tints of Gunsmoke #7F886A

Color information

#7F886A (or 0x7F886A) is unknown color: approx Gunsmoke. HEX triplet: 7F, 88 and 6A. RGB value is (127,136,106). Sum of RGB (Red+Green+Blue) = 127+136+106=369 (48% of max value = 765). Red value is 127 (50% from 255 or 34.42% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 136 - color contains mainly: green. Hex color #7F886A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F886A is #807795. Grayscale: #828282. Windows color (decimal): -8419222 or 6981759. OLE color: 6981759.

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

Color convert

RGB127136106-
CMYK0.0700.220.47
HSL78º12.4%47.45%-
HSV(B)78º22.06%53.33%-
XYZ20.1623.1617.04-
YUV129.89114.52125.94-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.42%
GREEN value IS 136 (53.52% from 255) = 36.86%
BLUE value IS 106 (41.80% from 255) = 28.73%
R=34.42%
G=36.86%
B=28.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1271361060.0700.220.477812.447.45
Hex7F886A70162F4ec2f
Octal1772101527026571161457
Binary111111110001000110101011101011010111110011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,136,106); }

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

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

 a { background-color: rgb(127,136,106); }

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

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

 span { border-color: rgb(127,136,106); }

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