#7C8267

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

Shades of Gunsmoke #7C8267

Tints of Gunsmoke #7C8267

Color information

#7C8267 (or 0x7C8267) is unknown color: approx Gunsmoke. HEX triplet: 7C, 82 and 67. RGB value is (124,130,103). Sum of RGB (Red+Green+Blue) = 124+130+103=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 130 - color contains mainly: green. Hex color #7C8267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8267 is #837D98. Grayscale: #7D7D7D. Windows color (decimal): -8617369 or 6783612. OLE color: 6783612.

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

Color convert

RGB124130103-
CMYK0.0500.210.49
HSL73.33º11.59%45.69%-
HSV(B)73.33º20.77%50.98%-
XYZ18.7421.2315.94-
YUV125.13115.51127.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.73%
GREEN value IS 130 (51.17% from 255) = 36.41%
BLUE value IS 103 (40.62% from 255) = 28.85%
R=34.73%
G=36.41%
B=28.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1241301030.0500.210.4973.3311.5945.69
Hex7C826750153149c2e
Octal1742021475025611111456
Binary111110010000010110011110101010111000110010011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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