#7C826B

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

Shades of Gunsmoke #7C826B

Tints of Gunsmoke #7C826B

Color information

#7C826B (or 0x7C826B) is unknown color: approx Gunsmoke. HEX triplet: 7C, 82 and 6B. RGB value is (124,130,107). Sum of RGB (Red+Green+Blue) = 124+130+107=361 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.35% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 130 - color contains mainly: green. Hex color #7C826B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C826B is #837D94. Grayscale: #7D7D7D. Windows color (decimal): -8617365 or 7045756. OLE color: 7045756.

HSL color Cylindrical-coordinate representation of color #7C826B: hue angle of 75.65º 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 #7C826B is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB124130107-
CMYK0.0500.180.49
HSL75.65º9.7%46.47%-
HSV(B)75.65º17.69%50.98%-
XYZ18.9521.3117.02-
YUV125.58117.51126.87-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.35%
GREEN value IS 130 (51.17% from 255) = 36.01%
BLUE value IS 107 (42.19% from 255) = 29.64%
R=34.35%
G=36.01%
B=29.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1241301070.0500.180.4975.659.746.47
Hex7C826B5012314ca2e
Octal1742021535022611141256
Binary111110010000010110101110101001011000110011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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