Html Css Color HEX #747572 Gunsmoke

📋 copy color: '#747572'

red 116 ◦ green 117 ◦ blue 114

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

Shades of Gunsmoke #747572

Tints of Gunsmoke #747572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.85%

R = 33.43%
G = 33.72%
B = 32.85%

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

#747572 (or 0x747572) is known color: Gunsmoke. HEX triplet: 74, 75 and 72. RGB value is (116,117,114). Sum of RGB (Red+Green+Blue) = 116+117+114=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 117 - color contains mainly: green. Hex color #747572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747572 is #8B8A8D. Grayscale: #747474. Windows color (decimal): -9144974 or 7501172. OLE color: 7501172.

HSL color Cylindrical-coordinate representation of color #747572: hue angle of 80º degrees, saturation: 0.01, 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 #747572 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 117 114 -
CMYK 0.01 0 0.03 0.54
HSL 80º 0.01% 0.45% -
HSV(B) 80º 0.03% 0.46% -
XYZ 16.6 17.65 18.45 -
YUV 116.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 116 117 114 0.01 0 0.03 0.54 80 0.01 0.45
Hex 74 75 72 1 0 3 36 50 1 2D
Octal 164 165 162 1 0 3 66 120 1 55
Binary 1110100 1110101 1110010 1 0 11 110110 1010000 1 101101

Color Harmonies of #747572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747572

Black with #747572

Text Example


Text Example

White with #747572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747572; }

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

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

background-color css

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

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

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

border-color css

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

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

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