#787C72

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

Shades of Gunsmoke #787C72

Tints of Gunsmoke #787C72

Color information

#787C72 (or 0x787C72) is unknown color: approx Gunsmoke. HEX triplet: 78, 7C and 72. RGB value is (120,124,114). Sum of RGB (Red+Green+Blue) = 120+124+114=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 124 - color contains mainly: green. Hex color #787C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787C72 is #87838D. Grayscale: #797979. Windows color (decimal): -8881038 or 7502968. OLE color: 7502968.

HSL color Cylindrical-coordinate representation of color #787C72: 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 #787C72 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB120124114-
CMYK0.0300.080.51
HSL84º4.2%46.67%-
HSV(B)84º8.06%48.63%-
XYZ17.9919.6218.76-
YUV121.66123.67126.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.52%
GREEN value IS 124 (48.83% from 255) = 34.64%
BLUE value IS 114 (44.92% from 255) = 31.84%
R=33.52%
G=34.64%
B=31.84%

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
Decimal1201241140.0300.080.51844.246.67
Hex787C72308335442f
Octal170174162301063124457
Binary11110001111100111001011010001100111010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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