Html Css Color HEX #717569 Gunsmoke

📋 copy color: '#717569'

red 113 ◦ green 117 ◦ blue 105

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

Shades of Gunsmoke #717569

Tints of Gunsmoke #717569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.34%

R = 33.73%
G = 34.93%
B = 31.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#717569 (or 0x717569) is known color: Gunsmoke. HEX triplet: 71, 75 and 69. RGB value is (113,117,105). Sum of RGB (Red+Green+Blue) = 113+117+105=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 117 - color contains mainly: green. Hex color #717569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717569 is #8E8A96. Grayscale: #727272. Windows color (decimal): -9341591 or 6911345. OLE color: 6911345.

HSL color Cylindrical-coordinate representation of color #717569: hue angle of 80º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #717569 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 117 105 -
CMYK 0.03 0 0.10 0.54
HSL 80º 0.05% 0.44% -
HSV(B) 80º 0.1% 0.46% -
XYZ 15.72 17.25 15.87 -
YUV 114.44 122.67 126.98 -
System Red Green Blue C M Y K H S L
Decimal 113 117 105 0.03 0 0.10 0.54 80 0.05 0.44
Hex 71 75 69 3 0 A 36 50 5 2C
Octal 161 165 151 3 0 12 66 120 5 54
Binary 1110001 1110101 1101001 11 0 1010 110110 1010000 101 101100

Color Harmonies of #717569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717569

Black with #717569

Text Example


Text Example

White with #717569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717569; }

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

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

background-color css

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

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

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

border-color css

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

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

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