#72736E

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

Shades of Gunsmoke #72736E

Tints of Gunsmoke #72736E

Color information

#72736E (or 0x72736E) is unknown color: approx Gunsmoke. HEX triplet: 72, 73 and 6E. RGB value is (114,115,110). Sum of RGB (Red+Green+Blue) = 114+115+110=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 115 - color contains mainly: green. Hex color #72736E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72736E is #8D8C91. Grayscale: #727272. Windows color (decimal): -9276562 or 7238514. OLE color: 7238514.

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

Color convert

RGB114115110-
CMYK0.0100.040.55
HSL72º2.22%44.12%-
HSV(B)72º4.35%45.1%-
XYZ15.8816.9617.19-
YUV114.13125.67127.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.63%
GREEN value IS 115 (45.31% from 255) = 33.92%
BLUE value IS 110 (43.36% from 255) = 32.45%
R=33.63%
G=33.92%
B=32.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141151100.0100.040.55722.2244.12
Hex72736E104374822c
Octal16216315610467110254
Binary11100101110011110111010100110111100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72736E; }

 p { color: rgb(114,115,110); }

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

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

 a { background-color: rgb(114,115,110); }

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

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

 span { border-color: rgb(114,115,110); }

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