#72756E

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

Shades of Gunsmoke #72756E

Tints of Gunsmoke #72756E

Color information

#72756E (or 0x72756E) is unknown color: approx Gunsmoke. HEX triplet: 72, 75 and 6E. RGB value is (114,117,110). Sum of RGB (Red+Green+Blue) = 114+117+110=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 117 - color contains mainly: green. Hex color #72756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72756E is #8D8A91. Grayscale: #737373. Windows color (decimal): -9276050 or 7239026. OLE color: 7239026.

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

Color convert

RGB114117110-
CMYK0.0300.060.54
HSL85.71º3.08%44.51%-
HSV(B)85.71º5.98%45.88%-
XYZ16.1217.4317.27-
YUV115.3125.01127.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.43%
GREEN value IS 117 (46.09% from 255) = 34.31%
BLUE value IS 110 (43.36% from 255) = 32.26%
R=33.43%
G=34.31%
B=32.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1141171100.0300.060.5485.713.0844.51
Hex72756E306365632d
Octal16216515630666126355
Binary111001011101011101110110110110110101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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