#74786E

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

Shades of Gunsmoke #74786E

Tints of Gunsmoke #74786E

Color information

#74786E (or 0x74786E) is unknown color: approx Gunsmoke. HEX triplet: 74, 78 and 6E. RGB value is (116,120,110). Sum of RGB (Red+Green+Blue) = 116+120+110=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 120 - color contains mainly: green. Hex color #74786E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74786E is #8B8791. Grayscale: #757575. Windows color (decimal): -9144210 or 7239796. OLE color: 7239796.

HSL color Cylindrical-coordinate representation of color #74786E: hue angle of 84º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #74786E is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB116120110-
CMYK0.0300.080.53
HSL84º4.35%45.1%-
HSV(B)84º8.33%47.06%-
XYZ16.7318.2717.4-
YUV117.66123.67126.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.53%
GREEN value IS 120 (47.27% from 255) = 34.68%
BLUE value IS 110 (43.36% from 255) = 31.79%
R=33.53%
G=34.68%
B=31.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161201100.0300.080.53844.3545.1
Hex74786E308355442d
Octal164170156301065124455
Binary11101001111000110111011010001101011010100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74786E; }

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

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

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

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

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

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

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

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