#747672

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

Shades of Gunsmoke #747672

Tints of Gunsmoke #747672

Color information

#747672 (or 0x747672) is unknown color: approx Gunsmoke. HEX triplet: 74, 76 and 72. RGB value is (116,118,114). Sum of RGB (Red+Green+Blue) = 116+118+114=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 118 - color contains mainly: green. Hex color #747672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747672 is #8B898D. Grayscale: #747474. Windows color (decimal): -9144718 or 7501428. OLE color: 7501428.

HSL color Cylindrical-coordinate representation of color #747672: hue angle of 90º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #747672 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB116118114-
CMYK0.0200.030.54
HSL90º1.72%45.49%-
HSV(B)90º3.39%46.27%-
XYZ16.7217.8818.49-
YUV116.95126.34127.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.33%
GREEN value IS 118 (46.48% from 255) = 33.91%
BLUE value IS 114 (44.92% from 255) = 32.76%
R=33.33%
G=33.91%
B=32.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1161181140.0200.030.54901.7245.49
Hex747672203365a22d
Octal16416616220366132255
Binary11101001110110111001010011110110101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747672; }

 p { color: rgb(116,118,114); }

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

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

 a { background-color: rgb(116,118,114); }

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

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

 span { border-color: rgb(116,118,114); }

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