#7A7D72

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

Shades of Gunsmoke #7A7D72

Tints of Gunsmoke #7A7D72

Color information

#7A7D72 (or 0x7A7D72) is unknown color: approx Gunsmoke. HEX triplet: 7A, 7D and 72. RGB value is (122,125,114). Sum of RGB (Red+Green+Blue) = 122+125+114=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 125 - color contains mainly: green. Hex color #7A7D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7D72 is #85828D. Grayscale: #7A7A7A. Windows color (decimal): -8749710 or 7503226. OLE color: 7503226.

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

Color convert

RGB122125114-
CMYK0.0200.090.51
HSL76.36º4.6%46.86%-
HSV(B)76.36º8.8%49.02%-
XYZ18.420.0218.81-
YUV122.85123.01127.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.80%
GREEN value IS 125 (49.22% from 255) = 34.63%
BLUE value IS 114 (44.92% from 255) = 31.58%
R=33.80%
G=34.63%
B=31.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1221251140.0200.090.5176.364.646.86
Hex7A7D72209334c52f
Octal172175162201163114557
Binary11110101111101111001010010011100111001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,125,114); }

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

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

 a { background-color: rgb(122,125,114); }

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

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

 span { border-color: rgb(122,125,114); }

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