#73766F

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

Shades of Gunsmoke #73766F

Tints of Gunsmoke #73766F

Color information

#73766F (or 0x73766F) is unknown color: approx Gunsmoke. HEX triplet: 73, 76 and 6F. RGB value is (115,118,111). Sum of RGB (Red+Green+Blue) = 115+118+111=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 118 - color contains mainly: green. Hex color #73766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73766F is #8C8990. Grayscale: #747474. Windows color (decimal): -9210257 or 7304819. OLE color: 7304819.

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

Color convert

RGB115118111-
CMYK0.0300.060.54
HSL85.71º3.06%44.9%-
HSV(B)85.71º5.93%46.27%-
XYZ16.4217.7517.6-
YUV116.3125.01127.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.43%
GREEN value IS 118 (46.48% from 255) = 34.30%
BLUE value IS 111 (43.75% from 255) = 32.27%
R=33.43%
G=34.30%
B=32.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1151181110.0300.060.5485.713.0644.9
Hex73766F306365632d
Octal16316615730666126355
Binary111001111101101101111110110110110101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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