Html Css Color HEX #717568 Gunsmoke

📋 copy color: '#717568'

red 113 ◦ green 117 ◦ blue 104

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

Shades of Gunsmoke #717568

Tints of Gunsmoke #717568

RGB

 RED value IS 113 (44.53% from 255) = 33.83%

 GREEN value IS 117 (46.09% from 255) = 35.03%

 BLUE value IS 104 (41.02% from 255) = 31.14%

R = 33.83%
G = 35.03%
B = 31.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#717568 (or 0x717568) is known color: Gunsmoke. HEX triplet: 71, 75 and 68. RGB value is (113,117,104). Sum of RGB (Red+Green+Blue) = 113+117+104=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 117 - color contains mainly: green. Hex color #717568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717568 is #8E8A97. Grayscale: #727272. Windows color (decimal): -9341592 or 6845809. OLE color: 6845809.

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

Color convert

RGB 113 117 104 -
CMYK 0.03 0 0.11 0.54
HSL 78.46º 0.06% 0.43% -
HSV(B) 78.46º 0.11% 0.46% -
XYZ 15.67 17.23 15.6 -
YUV 114.32 122.17 127.06 -
System Red Green Blue C M Y K H S L
Decimal 113 117 104 0.03 0 0.11 0.54 78.46 0.06 0.43
Hex 71 75 68 3 0 B 36 4E 6 2B
Octal 161 165 150 3 0 13 66 116 6 53
Binary 1110001 1110101 1101000 11 0 1011 110110 1001110 110 101011

Color Harmonies of #717568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717568

Black with #717568

Text Example


Text Example

White with #717568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717568; }

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

 H1.HeaderClassName
 {
   color: #717568;
 }
 .AnyTagClassName
 {
   color: #717568;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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