Html Css Color HEX #747571 Gunsmoke

📋 copy color: '#747571'

red 116 ◦ green 117 ◦ blue 113

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

Shades of Gunsmoke #747571

Tints of Gunsmoke #747571

RGB

 RED value IS 116 (45.7% from 255) = 33.53%

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

 BLUE value IS 113 (44.53% from 255) = 32.66%

R = 33.53%
G = 33.82%
B = 32.66%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#747571 (or 0x747571) is known color: Gunsmoke. HEX triplet: 74, 75 and 71. RGB value is (116,117,113). Sum of RGB (Red+Green+Blue) = 116+117+113=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 117 - color contains mainly: green. Hex color #747571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747571 is #8B8A8E. Grayscale: #747474. Windows color (decimal): -9144975 or 7435636. OLE color: 7435636.

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

Color convert

RGB 116 117 113 -
CMYK 0.01 0 0.03 0.54
HSL 75º 0.02% 0.45% -
HSV(B) 75º 0.03% 0.46% -
XYZ 16.54 17.63 18.15 -
YUV 116.25 126.17 127.83 -
System Red Green Blue C M Y K H S L
Decimal 116 117 113 0.01 0 0.03 0.54 75 0.02 0.45
Hex 74 75 71 1 0 3 36 4B 2 2D
Octal 164 165 161 1 0 3 66 113 2 55
Binary 1110100 1110101 1110001 1 0 11 110110 1001011 10 101101

Color Harmonies of #747571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747571

Black with #747571

Text Example


Text Example

White with #747571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747571; }

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

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

background-color css

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

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

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

border-color css

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

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

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