Html Css Color HEX #747C63 Gunsmoke

📋 copy color: '#747C63'

red 116 ◦ green 124 ◦ blue 99

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

Shades of Gunsmoke #747C63

Tints of Gunsmoke #747C63

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.58%

 BLUE value IS 99 (39.06% from 255) = 29.2%

R = 34.22%
G = 36.58%
B = 29.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.51

RGB Variations

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

Color information

#747C63 (or 0x747C63) is known color: Gunsmoke. HEX triplet: 74, 7C and 63. RGB value is (116,124,99). Sum of RGB (Red+Green+Blue) = 116+124+99=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 124 - color contains mainly: green. Hex color #747C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747C63 is #8B839C. Grayscale: #767676. Windows color (decimal): -9143197 or 6519924. OLE color: 6519924.

HSL color Cylindrical-coordinate representation of color #747C63: hue angle of 79.2º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #747C63 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 124 99 -
CMYK 0.06 0 0.20 0.51
HSL 79.2º 0.11% 0.44% -
HSV(B) 79.2º 0.2% 0.49% -
XYZ 16.66 19.03 14.6 -
YUV 118.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 116 124 99 0.06 0 0.20 0.51 79.2 0.11 0.44
Hex 74 7C 63 6 0 14 33 4F B 2C
Octal 164 174 143 6 0 24 63 117 13 54
Binary 1110100 1111100 1100011 110 0 10100 110011 1001111 1011 101100

Color Harmonies of #747C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747C63

Black with #747C63

Text Example


Text Example

White with #747C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,124,99); }

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

background-color css

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

 a { background-color: rgb(116,124,99); }

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

border-color css

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

 span { border-color: rgb(116,124,99); }

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