#7C816A

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

Shades of Gunsmoke #7C816A

Tints of Gunsmoke #7C816A

Color information

#7C816A (or 0x7C816A) is unknown color: approx Gunsmoke. HEX triplet: 7C, 81 and 6A. RGB value is (124,129,106). Sum of RGB (Red+Green+Blue) = 124+129+106=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 129 - color contains mainly: green. Hex color #7C816A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C816A is #837E95. Grayscale: #7C7C7C. Windows color (decimal): -8617622 or 6979964. OLE color: 6979964.

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

Color convert

RGB124129106-
CMYK0.0400.180.49
HSL73.04º9.79%46.08%-
HSV(B)73.04º17.83%50.59%-
XYZ18.7621.0316.71-
YUV124.88117.34127.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.54%
GREEN value IS 129 (50.78% from 255) = 35.93%
BLUE value IS 106 (41.80% from 255) = 29.53%
R=34.54%
G=35.93%
B=29.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1241291060.0400.180.4973.049.7946.08
Hex7C816A40123149a2e
Octal1742011524022611111256
Binary111110010000001110101010001001011000110010011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,129,106); }

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

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

 a { background-color: rgb(124,129,106); }

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

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

 span { border-color: rgb(124,129,106); }

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