#7A826D

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

Shades of Gunsmoke #7A826D

Tints of Gunsmoke #7A826D

Color information

#7A826D (or 0x7A826D) is unknown color: approx Gunsmoke. HEX triplet: 7A, 82 and 6D. RGB value is (122,130,109). Sum of RGB (Red+Green+Blue) = 122+130+109=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 130 - color contains mainly: green. Hex color #7A826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A826D is #857D92. Grayscale: #7D7D7D. Windows color (decimal): -8748435 or 7176826. OLE color: 7176826.

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

Color convert

RGB122130109-
CMYK0.0600.160.49
HSL82.86º8.79%46.86%-
HSV(B)82.86º16.15%50.98%-
XYZ18.7721.2117.57-
YUV125.21118.85125.71-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.80%
GREEN value IS 130 (51.17% from 255) = 36.01%
BLUE value IS 109 (42.97% from 255) = 30.19%
R=33.80%
G=36.01%
B=30.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1221301090.0600.160.4982.868.7946.86
Hex7A826D6010315392f
Octal1722021556020611231157
Binary111101010000010110110111001000011000110100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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