#74786C

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

Shades of Gunsmoke #74786C

Tints of Gunsmoke #74786C

Color information

#74786C (or 0x74786C) is unknown color: approx Gunsmoke. HEX triplet: 74, 78 and 6C. RGB value is (116,120,108). Sum of RGB (Red+Green+Blue) = 116+120+108=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 120 - color contains mainly: green. Hex color #74786C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74786C is #8B8793. Grayscale: #757575. Windows color (decimal): -9144212 or 7108724. OLE color: 7108724.

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

Color convert

RGB116120108-
CMYK0.0300.100.53
HSL80º5.26%44.71%-
HSV(B)80º10%47.06%-
XYZ16.6318.2316.83-
YUV117.44122.67126.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.72%
GREEN value IS 120 (47.27% from 255) = 34.88%
BLUE value IS 108 (42.58% from 255) = 31.40%
R=33.72%
G=34.88%
B=31.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161201080.0300.100.53805.2644.71
Hex74786C30A355052d
Octal164170154301265120555
Binary11101001111000110110011010101101011010000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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