#7A7E74

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

Shades of Gunsmoke #7A7E74

Tints of Gunsmoke #7A7E74

Color information

#7A7E74 (or 0x7A7E74) is unknown color: approx Gunsmoke. HEX triplet: 7A, 7E and 74. RGB value is (122,126,116). Sum of RGB (Red+Green+Blue) = 122+126+116=364 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.52% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 126 - color contains mainly: green. Hex color #7A7E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7E74 is #85818B. Grayscale: #7B7B7B. Windows color (decimal): -8749452 or 7634554. OLE color: 7634554.

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

Color convert

RGB122126116-
CMYK0.0300.080.51
HSL84º4.13%47.45%-
HSV(B)84º7.94%49.41%-
XYZ18.6420.3219.46-
YUV123.66123.67126.81-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.52%
GREEN value IS 126 (49.61% from 255) = 34.62%
BLUE value IS 116 (45.70% from 255) = 31.87%
R=33.52%
G=34.62%
B=31.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1221261160.0300.080.51844.1347.45
Hex7A7E74308335442f
Octal172176164301063124457
Binary11110101111110111010011010001100111010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,126,116); }

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

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

 a { background-color: rgb(122,126,116); }

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

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

 span { border-color: rgb(122,126,116); }

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