Html Css Color HEX #747A67 Gunsmoke

📋 copy color: '#747A67'

red 116 ◦ green 122 ◦ blue 103

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

Shades of Gunsmoke #747A67

Tints of Gunsmoke #747A67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.21%

R = 34.02%
G = 35.78%
B = 30.21%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.52

RGB Variations

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

Color information

#747A67 (or 0x747A67) is known color: Gunsmoke. HEX triplet: 74, 7A and 67. RGB value is (116,122,103). Sum of RGB (Red+Green+Blue) = 116+122+103=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 122 - color contains mainly: green. Hex color #747A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747A67 is #8B8598. Grayscale: #767676. Windows color (decimal): -9143705 or 6781556. OLE color: 6781556.

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

Color convert

RGB 116 122 103 -
CMYK 0.05 0 0.16 0.52
HSL 78.95º 0.08% 0.44% -
HSV(B) 78.95º 0.16% 0.48% -
XYZ 16.61 18.61 15.55 -
YUV 118.04 119.51 126.54 -
System Red Green Blue C M Y K H S L
Decimal 116 122 103 0.05 0 0.16 0.52 78.95 0.08 0.44
Hex 74 7A 67 5 0 10 34 4F 8 2C
Octal 164 172 147 5 0 20 64 117 10 54
Binary 1110100 1111010 1100111 101 0 10000 110100 1001111 1000 101100

Color Harmonies of #747A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747A67

Black with #747A67

Text Example


Text Example

White with #747A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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