Html Css Color HEX #717668 Gunsmoke

📋 copy color: '#717668'

red 113 ◦ green 118 ◦ blue 104

#717668
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gunsmoke #717668

Tints of Gunsmoke #717668

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 value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#717668 (or 0x717668) is known color: 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

RGB 113 118 104 -
CMYK 0.04 0 0.12 0.54
HSL 81.43º 0.06% 0.44% -
HSV(B) 81.43º 0.12% 0.46% -
XYZ 15.79 17.47 15.64 -
YUV 114.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 113 118 104 0.04 0 0.12 0.54 81.43 0.06 0.44
Hex 71 76 68 4 0 C 36 51 6 2C
Octal 161 166 150 4 0 14 66 121 6 54
Binary 1110001 1110110 1101000 100 0 1100 110110 1010001 110 101100

Color Harmonies of #717668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717668

Black with #717668

Text Example


Text Example

White with #717668

Text Example


Text Example

HTML Codes & Css Web 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>