#787C69

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

Shades of Gunsmoke #787C69

Tints of Gunsmoke #787C69

Color information

#787C69 (or 0x787C69) is unknown color: approx Gunsmoke. HEX triplet: 78, 7C and 69. RGB value is (120,124,105). Sum of RGB (Red+Green+Blue) = 120+124+105=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 124 - color contains mainly: green. Hex color #787C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787C69 is #878396. Grayscale: #787878. Windows color (decimal): -8881047 or 6913144. OLE color: 6913144.

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

Color convert

RGB120124105-
CMYK0.0300.150.51
HSL72.63º8.3%44.9%-
HSV(B)72.63º15.32%48.63%-
XYZ17.519.4316.19-
YUV120.64119.17127.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.38%
GREEN value IS 124 (48.83% from 255) = 35.53%
BLUE value IS 105 (41.41% from 255) = 30.09%
R=34.38%
G=35.53%
B=30.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1201241050.0300.150.5172.638.344.9
Hex787C6930F334982d
Octal1701741513017631111055
Binary111100011111001101001110111111001110010011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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