#727371

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

Shades of Gunsmoke #727371

Tints of Gunsmoke #727371

Color information

#727371 (or 0x727371) is unknown color: approx Gunsmoke. HEX triplet: 72, 73 and 71. RGB value is (114,115,113). Sum of RGB (Red+Green+Blue) = 114+115+113=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 115 - color contains mainly: green. Hex color #727371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727371 is #8D8C8E. Grayscale: #727272. Windows color (decimal): -9276559 or 7435122. OLE color: 7435122.

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

Color convert

RGB114115113-
CMYK0.0100.020.55
HSL90º0.88%44.71%-
HSV(B)90º1.74%45.1%-
XYZ16.0517.0318.06-
YUV114.47127.17127.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.33%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 113 (44.53% from 255) = 33.04%
R=33.33%
G=33.63%
B=33.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141151130.0100.020.55900.8844.71
Hex727371102375a12d
Octal16216316110267132155
Binary111001011100111110001101011011110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727371; }

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

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

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

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

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

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

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

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