#737768

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

Shades of Gunsmoke #737768

Tints of Gunsmoke #737768

Color information

#737768 (or 0x737768) is unknown color: approx Gunsmoke. HEX triplet: 73, 77 and 68. RGB value is (115,119,104). Sum of RGB (Red+Green+Blue) = 115+119+104=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 119 - color contains mainly: green. Hex color #737768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737768 is #8C8897. Grayscale: #747474. Windows color (decimal): -9210008 or 6846323. OLE color: 6846323.

HSL color Cylindrical-coordinate representation of color #737768: hue angle of 76º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #737768 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB115119104-
CMYK0.0300.130.53
HSL76º6.73%43.73%-
HSV(B)76º12.61%46.67%-
XYZ16.1717.8415.69-
YUV116.09121.17127.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.02%
GREEN value IS 119 (46.88% from 255) = 35.21%
BLUE value IS 104 (41.02% from 255) = 30.77%
R=34.02%
G=35.21%
B=30.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1151191040.0300.130.53766.7343.73
Hex73776830D354c72c
Octal163167150301565114754
Binary11100111110111110100011011011101011001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737768; }

 p { color: rgb(115,119,104); }

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

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

 a { background-color: rgb(115,119,104); }

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

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

 span { border-color: rgb(115,119,104); }

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