#74786B

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

Shades of Gunsmoke #74786B

Tints of Gunsmoke #74786B

Color information

#74786B (or 0x74786B) is unknown color: approx Gunsmoke. HEX triplet: 74, 78 and 6B. RGB value is (116,120,107). Sum of RGB (Red+Green+Blue) = 116+120+107=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 120 - color contains mainly: green. Hex color #74786B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74786B is #8B8794. Grayscale: #757575. Windows color (decimal): -9144213 or 7043188. OLE color: 7043188.

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

Color convert

RGB116120107-
CMYK0.0300.110.53
HSL78.46º5.73%44.51%-
HSV(B)78.46º10.83%47.06%-
XYZ16.5718.2116.55-
YUV117.32122.17127.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.82%
GREEN value IS 120 (47.27% from 255) = 34.99%
BLUE value IS 107 (42.19% from 255) = 31.20%
R=33.82%
G=34.99%
B=31.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161201070.0300.110.5378.465.7344.51
Hex74786B30B354e62d
Octal164170153301365116655
Binary11101001111000110101111010111101011001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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