#73766E

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

Shades of Gunsmoke #73766E

Tints of Gunsmoke #73766E

Color information

#73766E (or 0x73766E) is unknown color: approx Gunsmoke. HEX triplet: 73, 76 and 6E. RGB value is (115,118,110). Sum of RGB (Red+Green+Blue) = 115+118+110=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 118 - color contains mainly: green. Hex color #73766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73766E is #8C8991. Grayscale: #747474. Windows color (decimal): -9210258 or 7239283. OLE color: 7239283.

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

Color convert

RGB115118110-
CMYK0.0300.070.54
HSL82.5º3.51%44.71%-
HSV(B)82.5º6.78%46.27%-
XYZ16.3617.7317.31-
YUV116.19124.51127.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.53%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 110 (43.36% from 255) = 32.07%
R=33.53%
G=34.40%
B=32.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1151181100.0300.070.5482.53.5144.71
Hex73766E307365242d
Octal16316615630766122455
Binary1110011111011011011101101111101101010010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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