#7C856B

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

Shades of Gunsmoke #7C856B

Tints of Gunsmoke #7C856B

Color information

#7C856B (or 0x7C856B) is unknown color: approx Gunsmoke. HEX triplet: 7C, 85 and 6B. RGB value is (124,133,107). Sum of RGB (Red+Green+Blue) = 124+133+107=364 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.07% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 133 - color contains mainly: green. Hex color #7C856B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C856B is #837A94. Grayscale: #7F7F7F. Windows color (decimal): -8616597 or 7046524. OLE color: 7046524.

HSL color Cylindrical-coordinate representation of color #7C856B: hue angle of 80.77º 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 #7C856B is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB124133107-
CMYK0.0700.200.48
HSL80.77º10.83%47.06%-
HSV(B)80.77º19.55%52.16%-
XYZ19.3522.1217.16-
YUV127.34116.52125.61-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.07%
GREEN value IS 133 (52.34% from 255) = 36.54%
BLUE value IS 107 (42.19% from 255) = 29.40%
R=34.07%
G=36.54%
B=29.40%

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
Decimal1241331070.0700.200.4880.7710.8347.06
Hex7C856B70143051b2f
Octal1742051537024601211357
Binary111110010000101110101111101010011000010100011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C856B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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