#717668

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

Shades of Gunsmoke #717668

Tints of Gunsmoke #717668

Color information

#717668 (or 0x717668) is unknown color: approx Gunsmoke. HEX triplet: 71, 76 and 68. RGB value is (113,118,104). Sum of RGB (Red+Green+Blue) = 113+118+104=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 118 - color contains mainly: green. Hex color #717668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717668 is #8E8997. Grayscale: #727272. Windows color (decimal): -9341336 or 6846065. OLE color: 6846065.

HSL color Cylindrical-coordinate representation of color #717668: hue angle of 81.43º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #717668 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB113118104-
CMYK0.0400.120.54
HSL81.43º6.31%43.53%-
HSV(B)81.43º11.86%46.27%-
XYZ15.7917.4715.64-
YUV114.91121.84126.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.73%
GREEN value IS 118 (46.48% from 255) = 35.22%
BLUE value IS 104 (41.02% from 255) = 31.04%
R=33.73%
G=35.22%
B=31.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1131181040.0400.120.5481.436.3143.53
Hex71766840C365162c
Octal161166150401466121654
Binary111000111101101101000100011001101101010001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717668; }

 p { color: rgb(113,118,104); }

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

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

 a { background-color: rgb(113,118,104); }

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

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

 span { border-color: rgb(113,118,104); }

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