#7F846C

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

Shades of Gunsmoke #7F846C

Tints of Gunsmoke #7F846C

Color information

#7F846C (or 0x7F846C) is unknown color: approx Gunsmoke. HEX triplet: 7F, 84 and 6C. RGB value is (127,132,108). Sum of RGB (Red+Green+Blue) = 127+132+108=367 (48% of max value = 765). Red value is 127 (50% from 255 or 34.60% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 132 - color contains mainly: green. Hex color #7F846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F846C is #807B93. Grayscale: #7F7F7F. Windows color (decimal): -8420244 or 7111807. OLE color: 7111807.

HSL color Cylindrical-coordinate representation of color #7F846C: hue angle of 72.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F846C is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB127132108-
CMYK0.0400.180.48
HSL72.5º10%47.06%-
HSV(B)72.5º18.18%51.76%-
XYZ19.7122.117.41-
YUV127.77116.84127.45-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.60%
GREEN value IS 132 (51.95% from 255) = 35.97%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=34.60%
G=35.97%
B=29.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1271321080.0400.180.4872.51047.06
Hex7F846C40123049a2f
Octal1772041544022601111257
Binary111111110000100110110010001001011000010010011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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