#73766A

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

Shades of Gunsmoke #73766A

Tints of Gunsmoke #73766A

Color information

#73766A (or 0x73766A) is unknown color: approx Gunsmoke. HEX triplet: 73, 76 and 6A. RGB value is (115,118,106). Sum of RGB (Red+Green+Blue) = 115+118+106=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 118 - color contains mainly: green. Hex color #73766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73766A is #8C8995. Grayscale: #737373. Windows color (decimal): -9210262 or 6977139. OLE color: 6977139.

HSL color Cylindrical-coordinate representation of color #73766A: hue angle of 75º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #73766A is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB115118106-
CMYK0.0300.100.54
HSL75º5.36%43.92%-
HSV(B)75º10.17%46.27%-
XYZ16.1517.6416.19-
YUV115.73122.51127.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.92%
GREEN value IS 118 (46.48% from 255) = 34.81%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=33.92%
G=34.81%
B=31.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1151181060.0300.100.54755.3643.92
Hex73766A30A364b52c
Octal163166152301266113554
Binary11100111110110110101011010101101101001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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