#737868

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

Shades of Gunsmoke #737868

Tints of Gunsmoke #737868

Color information

#737868 (or 0x737868) is unknown color: approx Gunsmoke. HEX triplet: 73, 78 and 68. RGB value is (115,120,104). Sum of RGB (Red+Green+Blue) = 115+120+104=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 120 - color contains mainly: green. Hex color #737868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737868 is #8C8797. Grayscale: #747474. Windows color (decimal): -9209752 or 6846579. OLE color: 6846579.

HSL color Cylindrical-coordinate representation of color #737868: hue angle of 78.75º 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 #737868 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB115120104-
CMYK0.0400.130.53
HSL78.75º7.14%43.92%-
HSV(B)78.75º13.33%47.06%-
XYZ16.2918.0815.73-
YUV116.68120.84126.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.92%
GREEN value IS 120 (47.27% from 255) = 35.40%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=33.92%
G=35.40%
B=30.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1151201040.0400.130.5378.757.1443.92
Hex73786840D354f72c
Octal163170150401565117754
Binary111001111110001101000100011011101011001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737868; }

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

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

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

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

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

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

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

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