#72746B

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

Shades of Gunsmoke #72746B

Tints of Gunsmoke #72746B

Color information

#72746B (or 0x72746B) is unknown color: approx Gunsmoke. HEX triplet: 72, 74 and 6B. RGB value is (114,116,107). Sum of RGB (Red+Green+Blue) = 114+116+107=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 116 - color contains mainly: green. Hex color #72746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72746B is #8D8B94. Grayscale: #727272. Windows color (decimal): -9276309 or 7042162. OLE color: 7042162.

HSL color Cylindrical-coordinate representation of color #72746B: hue angle of 73.33º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #72746B is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB114116107-
CMYK0.0200.080.55
HSL73.33º4.04%43.73%-
HSV(B)73.33º7.76%45.49%-
XYZ15.8417.1316.38-
YUV114.38123.84127.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.83%
GREEN value IS 116 (45.70% from 255) = 34.42%
BLUE value IS 107 (42.19% from 255) = 31.75%
R=33.83%
G=34.42%
B=31.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141161070.0200.080.5573.334.0443.73
Hex72746B208374942c
Octal162164153201067111454
Binary11100101110100110101110010001101111001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72746B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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