#73756E

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

Shades of Gunsmoke #73756E

Tints of Gunsmoke #73756E

Color information

#73756E (or 0x73756E) is unknown color: approx Gunsmoke. HEX triplet: 73, 75 and 6E. RGB value is (115,117,110). Sum of RGB (Red+Green+Blue) = 115+117+110=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 117 - color contains mainly: green. Hex color #73756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73756E is #8C8A91. Grayscale: #737373. Windows color (decimal): -9210514 or 7239027. OLE color: 7239027.

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

Color convert

RGB115117110-
CMYK0.0200.060.54
HSL77.14º3.08%44.51%-
HSV(B)77.14º5.98%45.88%-
XYZ16.2517.4917.27-
YUV115.6124.84127.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.63%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 110 (43.36% from 255) = 32.16%
R=33.63%
G=34.21%
B=32.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1151171100.0200.060.5477.143.0844.51
Hex73756E206364d32d
Octal16316515620666115355
Binary111001111101011101110100110110110100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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