#72756B

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

Shades of Gunsmoke #72756B

Tints of Gunsmoke #72756B

Color information

#72756B (or 0x72756B) is unknown color: approx Gunsmoke. HEX triplet: 72, 75 and 6B. RGB value is (114,117,107). Sum of RGB (Red+Green+Blue) = 114+117+107=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 117 - color contains mainly: green. Hex color #72756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72756B is #8D8A94. Grayscale: #727272. Windows color (decimal): -9276053 or 7042418. OLE color: 7042418.

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

Color convert

RGB114117107-
CMYK0.0300.090.54
HSL78º4.46%43.92%-
HSV(B)78º8.55%45.88%-
XYZ15.9517.3616.42-
YUV114.96123.51127.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.73%
GREEN value IS 117 (46.09% from 255) = 34.62%
BLUE value IS 107 (42.19% from 255) = 31.66%
R=33.73%
G=34.62%
B=31.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1141171070.0300.090.54784.4643.92
Hex72756B309364e42c
Octal162165153301166116454
Binary11100101110101110101111010011101101001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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