#78806B

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

Shades of Gunsmoke #78806B

Tints of Gunsmoke #78806B

Color information

#78806B (or 0x78806B) is unknown color: approx Gunsmoke. HEX triplet: 78, 80 and 6B. RGB value is (120,128,107). Sum of RGB (Red+Green+Blue) = 120+128+107=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 128 - color contains mainly: green. Hex color #78806B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78806B is #877F94. Grayscale: #7B7B7B. Windows color (decimal): -8880021 or 7045240. OLE color: 7045240.

HSL color Cylindrical-coordinate representation of color #78806B: hue angle of 82.86º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #78806B is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB120128107-
CMYK0.0600.160.50
HSL82.86º8.94%46.08%-
HSV(B)82.86º16.41%50.2%-
XYZ18.1220.4916.91-
YUV123.21118.85125.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.80%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 107 (42.19% from 255) = 30.14%
R=33.80%
G=36.06%
B=30.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1201281070.0600.160.5082.868.9446.08
Hex78806B6010325392e
Octal1702001536020621231156
Binary111100010000000110101111001000011001010100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78806B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78806B; }

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

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

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

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

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

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

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

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