#747B65

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

Shades of Gunsmoke #747B65

Tints of Gunsmoke #747B65

Color information

#747B65 (or 0x747B65) is unknown color: approx Gunsmoke. HEX triplet: 74, 7B and 65. RGB value is (116,123,101). Sum of RGB (Red+Green+Blue) = 116+123+101=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 123 - color contains mainly: green. Hex color #747B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747B65 is #8B849A. Grayscale: #767676. Windows color (decimal): -9143451 or 6650740. OLE color: 6650740.

HSL color Cylindrical-coordinate representation of color #747B65: hue angle of 79.09º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #747B65 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB116123101-
CMYK0.0600.180.52
HSL79.09º9.82%43.92%-
HSV(B)79.09º17.89%48.24%-
XYZ16.6318.8215.07-
YUV118.4118.18126.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.12%
GREEN value IS 123 (48.44% from 255) = 36.18%
BLUE value IS 101 (39.84% from 255) = 29.71%
R=34.12%
G=36.18%
B=29.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1161231010.0600.180.5279.099.8243.92
Hex747B656012344fa2c
Octal1641731456022641171254
Binary11101001111011110010111001001011010010011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747B65; }

 p { color: rgb(116,123,101); }

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

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

 a { background-color: rgb(116,123,101); }

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

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

 span { border-color: rgb(116,123,101); }

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