#787C6E

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

Shades of Gunsmoke #787C6E

Tints of Gunsmoke #787C6E

Color information

#787C6E (or 0x787C6E) is unknown color: approx Gunsmoke. HEX triplet: 78, 7C and 6E. RGB value is (120,124,110). Sum of RGB (Red+Green+Blue) = 120+124+110=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 124 - color contains mainly: green. Hex color #787C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787C6E is #878391. Grayscale: #797979. Windows color (decimal): -8881042 or 7240824. OLE color: 7240824.

HSL color Cylindrical-coordinate representation of color #787C6E: hue angle of 77.14º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #787C6E is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB120124110-
CMYK0.0300.110.51
HSL77.14º5.98%45.88%-
HSV(B)77.14º11.29%48.63%-
XYZ17.7719.5317.59-
YUV121.21121.67127.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.90%
GREEN value IS 124 (48.83% from 255) = 35.03%
BLUE value IS 110 (43.36% from 255) = 31.07%
R=33.90%
G=35.03%
B=31.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1201241100.0300.110.5177.145.9845.88
Hex787C6E30B334d62e
Octal170174156301363115656
Binary11110001111100110111011010111100111001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787C6E; }

 p { color: rgb(120,124,110); }

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

<style>
 a { background-color: #787C6E; }

 a { background-color: rgb(120,124,110); }

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

<style>
 span { border-color: #787C6E; }

 span { border-color: rgb(120,124,110); }

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