#788065

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

Shades of Gunsmoke #788065

Tints of Gunsmoke #788065

Color information

#788065 (or 0x788065) is unknown color: approx Gunsmoke. HEX triplet: 78, 80 and 65. RGB value is (120,128,101). Sum of RGB (Red+Green+Blue) = 120+128+101=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 128 - color contains mainly: green. Hex color #788065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788065 is #877F9A. Grayscale: #7A7A7A. Windows color (decimal): -8880027 or 6652024. OLE color: 6652024.

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

Color convert

RGB120128101-
CMYK0.0600.210.50
HSL77.78º11.79%44.9%-
HSV(B)77.78º21.09%50.2%-
XYZ17.8120.3715.31-
YUV122.53115.85126.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.38%
GREEN value IS 128 (50.39% from 255) = 36.68%
BLUE value IS 101 (39.84% from 255) = 28.94%
R=34.38%
G=36.68%
B=28.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1201281010.0600.210.5077.7811.7944.9
Hex7880656015324ec2d
Octal1702001456025621161455
Binary111100010000000110010111001010111001010011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788065; }

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

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

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

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

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

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

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

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