#7D826D

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

Shades of Gunsmoke #7D826D

Tints of Gunsmoke #7D826D

Color information

#7D826D (or 0x7D826D) is unknown color: approx Gunsmoke. HEX triplet: 7D, 82 and 6D. RGB value is (125,130,109). Sum of RGB (Red+Green+Blue) = 125+130+109=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 130 - color contains mainly: green. Hex color #7D826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D826D is #827D92. Grayscale: #7E7E7E. Windows color (decimal): -8551827 or 7176829. OLE color: 7176829.

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

Color convert

RGB125130109-
CMYK0.0400.160.49
HSL74.29º8.79%46.86%-
HSV(B)74.29º16.15%50.98%-
XYZ19.221.4317.59-
YUV126.11118.34127.21-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.34%
GREEN value IS 130 (51.17% from 255) = 35.71%
BLUE value IS 109 (42.97% from 255) = 29.95%
R=34.34%
G=35.71%
B=29.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1251301090.0400.160.4974.298.7946.86
Hex7D826D4010314a92f
Octal1752021554020611121157
Binary111110110000010110110110001000011000110010101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,130,109); }

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

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

 a { background-color: rgb(125,130,109); }

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

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

 span { border-color: rgb(125,130,109); }

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