#73766B

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

Shades of Gunsmoke #73766B

Tints of Gunsmoke #73766B

Color information

#73766B (or 0x73766B) is unknown color: approx Gunsmoke. HEX triplet: 73, 76 and 6B. RGB value is (115,118,107). Sum of RGB (Red+Green+Blue) = 115+118+107=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 118 - color contains mainly: green. Hex color #73766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73766B is #8C8994. Grayscale: #737373. Windows color (decimal): -9210261 or 7042675. OLE color: 7042675.

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

Color convert

RGB115118107-
CMYK0.0300.090.54
HSL76.36º4.89%44.12%-
HSV(B)76.36º9.32%46.27%-
XYZ16.217.6616.47-
YUV115.85123.01127.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.82%
GREEN value IS 118 (46.48% from 255) = 34.71%
BLUE value IS 107 (42.19% from 255) = 31.47%
R=33.82%
G=34.71%
B=31.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1151181070.0300.090.5476.364.8944.12
Hex73766B309364c52c
Octal163166153301166114554
Binary11100111110110110101111010011101101001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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