#7A7F72

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

Shades of Gunsmoke #7A7F72

Tints of Gunsmoke #7A7F72

Color information

#7A7F72 (or 0x7A7F72) is unknown color: approx Gunsmoke. HEX triplet: 7A, 7F and 72. RGB value is (122,127,114). Sum of RGB (Red+Green+Blue) = 122+127+114=363 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.61% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 127 - color contains mainly: green. Hex color #7A7F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7F72 is #85808D. Grayscale: #7C7C7C. Windows color (decimal): -8749198 or 7503738. OLE color: 7503738.

HSL color Cylindrical-coordinate representation of color #7A7F72: hue angle of 83.08º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7A7F72 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB122127114-
CMYK0.0400.100.50
HSL83.08º5.39%47.25%-
HSV(B)83.08º10.24%49.8%-
XYZ18.6520.5318.9-
YUV124.02122.34126.56-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.61%
GREEN value IS 127 (50% from 255) = 34.99%
BLUE value IS 114 (44.92% from 255) = 31.40%
R=33.61%
G=34.99%
B=31.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1221271140.0400.100.5083.085.3947.25
Hex7A7F7240A325352f
Octal172177162401262123557
Binary111101011111111110010100010101100101010011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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