#72756D

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

Shades of Gunsmoke #72756D

Tints of Gunsmoke #72756D

Color information

#72756D (or 0x72756D) is unknown color: approx Gunsmoke. HEX triplet: 72, 75 and 6D. RGB value is (114,117,109). Sum of RGB (Red+Green+Blue) = 114+117+109=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 117 - color contains mainly: green. Hex color #72756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72756D is #8D8A92. Grayscale: #737373. Windows color (decimal): -9276051 or 7173490. OLE color: 7173490.

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

Color convert

RGB114117109-
CMYK0.0300.070.54
HSL82.5º3.54%44.31%-
HSV(B)82.5º6.84%45.88%-
XYZ16.0617.416.98-
YUV115.19124.51127.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.53%
GREEN value IS 117 (46.09% from 255) = 34.41%
BLUE value IS 109 (42.97% from 255) = 32.06%
R=33.53%
G=34.41%
B=32.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1141171090.0300.070.5482.53.5444.31
Hex72756D307365242c
Octal16216515530766122454
Binary1110010111010111011011101111101101010010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72756D; }

 p { color: rgb(114,117,109); }

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

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

 a { background-color: rgb(114,117,109); }

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

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

 span { border-color: rgb(114,117,109); }

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