#7A8269

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

Shades of Gunsmoke #7A8269

Tints of Gunsmoke #7A8269

Color information

#7A8269 (or 0x7A8269) is unknown color: approx Gunsmoke. HEX triplet: 7A, 82 and 69. RGB value is (122,130,105). Sum of RGB (Red+Green+Blue) = 122+130+105=357 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.17% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 130 - color contains mainly: green. Hex color #7A8269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8269 is #857D96. Grayscale: #7C7C7C. Windows color (decimal): -8748439 or 6914682. OLE color: 6914682.

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

Color convert

RGB122130105-
CMYK0.0600.190.49
HSL79.2º10.64%46.08%-
HSV(B)79.2º19.23%50.98%-
XYZ18.5621.1216.46-
YUV124.76116.85126.03-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.17%
GREEN value IS 130 (51.17% from 255) = 36.41%
BLUE value IS 105 (41.41% from 255) = 29.41%
R=34.17%
G=36.41%
B=29.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1221301050.0600.190.4979.210.6446.08
Hex7A82696013314fb2e
Octal1722021516023611171356
Binary111101010000010110100111001001111000110011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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