#747868

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

Shades of Gunsmoke #747868

Tints of Gunsmoke #747868

Color information

#747868 (or 0x747868) is unknown color: approx Gunsmoke. HEX triplet: 74, 78 and 68. RGB value is (116,120,104). Sum of RGB (Red+Green+Blue) = 116+120+104=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 120 - color contains mainly: green. Hex color #747868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747868 is #8B8797. Grayscale: #757575. Windows color (decimal): -9144216 or 6846580. OLE color: 6846580.

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

Color convert

RGB116120104-
CMYK0.0300.130.53
HSL75º7.14%43.92%-
HSV(B)75º13.33%47.06%-
XYZ16.4218.1515.73-
YUV116.98120.67127.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.12%
GREEN value IS 120 (47.27% from 255) = 35.29%
BLUE value IS 104 (41.02% from 255) = 30.59%
R=34.12%
G=35.29%
B=30.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161201040.0300.130.53757.1443.92
Hex74786830D354b72c
Octal164170150301565113754
Binary11101001111000110100011011011101011001011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747868; }

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

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

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

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

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

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

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

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