#74786A

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

Shades of Gunsmoke #74786A

Tints of Gunsmoke #74786A

Color information

#74786A (or 0x74786A) is unknown color: approx Gunsmoke. HEX triplet: 74, 78 and 6A. RGB value is (116,120,106). Sum of RGB (Red+Green+Blue) = 116+120+106=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 120 - color contains mainly: green. Hex color #74786A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74786A is #8B8795. Grayscale: #757575. Windows color (decimal): -9144214 or 6977652. OLE color: 6977652.

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

Color convert

RGB116120106-
CMYK0.0300.120.53
HSL77.14º6.19%44.31%-
HSV(B)77.14º11.67%47.06%-
XYZ16.5218.1916.28-
YUV117.21121.67127.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.92%
GREEN value IS 120 (47.27% from 255) = 35.09%
BLUE value IS 106 (41.80% from 255) = 30.99%
R=33.92%
G=35.09%
B=30.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161201060.0300.120.5377.146.1944.31
Hex74786A30C354d62c
Octal164170152301465115654
Binary11101001111000110101011011001101011001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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