#787F6E

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

Shades of Gunsmoke #787F6E

Tints of Gunsmoke #787F6E

Color information

#787F6E (or 0x787F6E) is unknown color: approx Gunsmoke. HEX triplet: 78, 7F and 6E. RGB value is (120,127,110). Sum of RGB (Red+Green+Blue) = 120+127+110=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 127 - color contains mainly: green. Hex color #787F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787F6E is #878091. Grayscale: #7B7B7B. Windows color (decimal): -8880274 or 7241592. OLE color: 7241592.

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

Color convert

RGB120127110-
CMYK0.0600.130.50
HSL84.71º7.17%46.47%-
HSV(B)84.71º13.39%49.8%-
XYZ18.1520.317.71-
YUV122.97120.68125.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.61%
GREEN value IS 127 (50% from 255) = 35.57%
BLUE value IS 110 (43.36% from 255) = 30.81%
R=33.61%
G=35.57%
B=30.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1201271100.0600.130.5084.717.1746.47
Hex787F6E60D325572e
Octal170177156601562125756
Binary111100011111111101110110011011100101010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,127,110); }

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

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

 a { background-color: rgb(120,127,110); }

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

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

 span { border-color: rgb(120,127,110); }

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