#7C856A

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

Shades of Gunsmoke #7C856A

Tints of Gunsmoke #7C856A

Color information

#7C856A (or 0x7C856A) is unknown color: approx Gunsmoke. HEX triplet: 7C, 85 and 6A. RGB value is (124,133,106). Sum of RGB (Red+Green+Blue) = 124+133+106=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 133 - color contains mainly: green. Hex color #7C856A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C856A is #837A95. Grayscale: #7F7F7F. Windows color (decimal): -8616598 or 6980988. OLE color: 6980988.

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

Color convert

RGB124133106-
CMYK0.0700.200.48
HSL80º11.3%46.86%-
HSV(B)80º20.3%52.16%-
XYZ19.322.116.88-
YUV127.23116.02125.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.16%
GREEN value IS 133 (52.34% from 255) = 36.64%
BLUE value IS 106 (41.80% from 255) = 29.20%
R=34.16%
G=36.64%
B=29.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1241331060.0700.200.488011.346.86
Hex7C856A70143050b2f
Octal1742051527024601201357
Binary111110010000101110101011101010011000010100001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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