#7D8269

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

Shades of Gunsmoke #7D8269

Tints of Gunsmoke #7D8269

Color information

#7D8269 (or 0x7D8269) is unknown color: approx Gunsmoke. HEX triplet: 7D, 82 and 69. RGB value is (125,130,105). Sum of RGB (Red+Green+Blue) = 125+130+105=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 130 - color contains mainly: green. Hex color #7D8269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8269 is #827D96. Grayscale: #7D7D7D. Windows color (decimal): -8551831 or 6914685. OLE color: 6914685.

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

Color convert

RGB125130105-
CMYK0.0400.190.49
HSL72º10.64%46.08%-
HSV(B)72º19.23%50.98%-
XYZ18.9921.3516.48-
YUV125.66116.34127.53-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.72%
GREEN value IS 130 (51.17% from 255) = 36.11%
BLUE value IS 105 (41.41% from 255) = 29.17%
R=34.72%
G=36.11%
B=29.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1251301050.0400.190.497210.6446.08
Hex7D826940133148b2e
Octal1752021514023611101356
Binary111110110000010110100110001001111000110010001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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