#73756B

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

Shades of Gunsmoke #73756B

Tints of Gunsmoke #73756B

Color information

#73756B (or 0x73756B) is unknown color: approx Gunsmoke. HEX triplet: 73, 75 and 6B. RGB value is (115,117,107). Sum of RGB (Red+Green+Blue) = 115+117+107=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 117 - color contains mainly: green. Hex color #73756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73756B is #8C8A94. Grayscale: #737373. Windows color (decimal): -9210517 or 7042419. OLE color: 7042419.

HSL color Cylindrical-coordinate representation of color #73756B: hue angle of 72º 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 #73756B is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB115117107-
CMYK0.0200.090.54
HSL72º4.46%43.92%-
HSV(B)72º8.55%45.88%-
XYZ16.0917.4316.43-
YUV115.26123.34127.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.92%
GREEN value IS 117 (46.09% from 255) = 34.51%
BLUE value IS 107 (42.19% from 255) = 31.56%
R=33.92%
G=34.51%
B=31.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1151171070.0200.090.54724.4643.92
Hex73756B209364842c
Octal163165153201166110454
Binary11100111110101110101110010011101101001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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