#7F886C

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

Shades of Gunsmoke #7F886C

Tints of Gunsmoke #7F886C

Color information

#7F886C (or 0x7F886C) is unknown color: approx Gunsmoke. HEX triplet: 7F, 88 and 6C. RGB value is (127,136,108). Sum of RGB (Red+Green+Blue) = 127+136+108=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 136 - color contains mainly: green. Hex color #7F886C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F886C is #807793. Grayscale: #828282. Windows color (decimal): -8419220 or 7112831. OLE color: 7112831.

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

Color convert

RGB127136108-
CMYK0.0700.210.47
HSL79.29º11.48%47.84%-
HSV(B)79.29º20.59%53.33%-
XYZ20.2623.217.6-
YUV130.12115.52125.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.23%
GREEN value IS 136 (53.52% from 255) = 36.66%
BLUE value IS 108 (42.58% from 255) = 29.11%
R=34.23%
G=36.66%
B=29.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1271361080.0700.210.4779.2911.4847.84
Hex7F886C70152F4fb30
Octal1772101547025571171360
Binary111111110001000110110011101010110111110011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F886C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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