Html Css Color HEX #717469 Gunsmoke

📋 copy color: '#717469'

red 113 ◦ green 116 ◦ blue 105

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

Shades of Gunsmoke #717469

Tints of Gunsmoke #717469

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.73%

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

R = 33.83%
G = 34.73%
B = 31.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#717469 (or 0x717469) is known color: Gunsmoke. HEX triplet: 71, 74 and 69. RGB value is (113,116,105). Sum of RGB (Red+Green+Blue) = 113+116+105=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 116 - color contains mainly: green. Hex color #717469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717469 is #8E8B96. Grayscale: #717171. Windows color (decimal): -9341847 or 6911089. OLE color: 6911089.

HSL color Cylindrical-coordinate representation of color #717469: hue angle of 76.36º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #717469 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 116 105 -
CMYK 0.03 0 0.09 0.55
HSL 76.36º 0.05% 0.43% -
HSV(B) 76.36º 0.09% 0.45% -
XYZ 15.61 17.02 15.83 -
YUV 113.85 123.01 127.39 -
System Red Green Blue C M Y K H S L
Decimal 113 116 105 0.03 0 0.09 0.55 76.36 0.05 0.43
Hex 71 74 69 3 0 9 37 4C 5 2B
Octal 161 164 151 3 0 11 67 114 5 53
Binary 1110001 1110100 1101001 11 0 1001 110111 1001100 101 101011

Color Harmonies of #717469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717469

Black with #717469

Text Example


Text Example

White with #717469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717469; }

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

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

background-color css

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

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

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

border-color css

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

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

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