#787C71

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

Shades of Gunsmoke #787C71

Tints of Gunsmoke #787C71

Color information

#787C71 (or 0x787C71) is unknown color: approx Gunsmoke. HEX triplet: 78, 7C and 71. RGB value is (120,124,113). Sum of RGB (Red+Green+Blue) = 120+124+113=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 124 - color contains mainly: green. Hex color #787C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787C71 is #87838E. Grayscale: #797979. Windows color (decimal): -8881039 or 7437432. OLE color: 7437432.

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

Color convert

RGB120124113-
CMYK0.0300.090.51
HSL81.82º4.64%46.47%-
HSV(B)81.82º8.87%48.63%-
XYZ17.9319.618.46-
YUV121.55123.17126.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.61%
GREEN value IS 124 (48.83% from 255) = 34.73%
BLUE value IS 113 (44.53% from 255) = 31.65%
R=33.61%
G=34.73%
B=31.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1201241130.0300.090.5181.824.6446.47
Hex787C71309335252e
Octal170174161301163122556
Binary11110001111100111000111010011100111010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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