#788066

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

Shades of Gunsmoke #788066

Tints of Gunsmoke #788066

Color information

#788066 (or 0x788066) is unknown color: approx Gunsmoke. HEX triplet: 78, 80 and 66. RGB value is (120,128,102). Sum of RGB (Red+Green+Blue) = 120+128+102=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 128 - color contains mainly: green. Hex color #788066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788066 is #877F99. Grayscale: #7A7A7A. Windows color (decimal): -8880026 or 6717560. OLE color: 6717560.

HSL color Cylindrical-coordinate representation of color #788066: hue angle of 78.46º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #788066 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB120128102-
CMYK0.0600.200.50
HSL78.46º11.3%45.1%-
HSV(B)78.46º20.31%50.2%-
XYZ17.8620.3915.56-
YUV122.64116.35126.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.29%
GREEN value IS 128 (50.39% from 255) = 36.57%
BLUE value IS 102 (40.23% from 255) = 29.14%
R=34.29%
G=36.57%
B=29.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1201281020.0600.200.5078.4611.345.1
Hex7880666014324eb2d
Octal1702001466024621161355
Binary111100010000000110011011001010011001010011101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788066; }

 p { color: rgb(120,128,102); }

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

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

 a { background-color: rgb(120,128,102); }

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

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

 span { border-color: rgb(120,128,102); }

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