Html Css Color HEX #747A6A Gunsmoke

📋 copy color: '#747A6A'

red 116 ◦ green 122 ◦ blue 106

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

Shades of Gunsmoke #747A6A

Tints of Gunsmoke #747A6A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.47%

 BLUE value IS 106 (41.8% from 255) = 30.81%

R = 33.72%
G = 35.47%
B = 30.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.52

RGB Variations

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

Color information

#747A6A (or 0x747A6A) is known color: Gunsmoke. HEX triplet: 74, 7A and 6A. RGB value is (116,122,106). Sum of RGB (Red+Green+Blue) = 116+122+106=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 122 - color contains mainly: green. Hex color #747A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747A6A is #8B8595. Grayscale: #767676. Windows color (decimal): -9143702 or 6978164. OLE color: 6978164.

HSL color Cylindrical-coordinate representation of color #747A6A: hue angle of 82.5º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #747A6A is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 122 106 -
CMYK 0.05 0 0.13 0.52
HSL 82.5º 0.07% 0.45% -
HSV(B) 82.5º 0.13% 0.48% -
XYZ 16.76 18.67 16.36 -
YUV 118.38 121.01 126.3 -
System Red Green Blue C M Y K H S L
Decimal 116 122 106 0.05 0 0.13 0.52 82.5 0.07 0.45
Hex 74 7A 6A 5 0 D 34 52 7 2D
Octal 164 172 152 5 0 15 64 122 7 55
Binary 1110100 1111010 1101010 101 0 1101 110100 1010010 111 101101

Color Harmonies of #747A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747A6A

Black with #747A6A

Text Example


Text Example

White with #747A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747A6A; }

 p { color: rgb(116,122,106); }

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

background-color css

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

 a { background-color: rgb(116,122,106); }

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

border-color css

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

 span { border-color: rgb(116,122,106); }

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