Html Css Color HEX #747966 Gunsmoke

📋 copy color: '#747966'

red 116 ◦ green 121 ◦ blue 102

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

Shades of Gunsmoke #747966

Tints of Gunsmoke #747966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.69%

 BLUE value IS 102 (40.23% from 255) = 30.09%

R = 34.22%
G = 35.69%
B = 30.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#747966 (or 0x747966) is known color: Gunsmoke. HEX triplet: 74, 79 and 66. RGB value is (116,121,102). Sum of RGB (Red+Green+Blue) = 116+121+102=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 121 - color contains mainly: green. Hex color #747966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747966 is #8B8699. Grayscale: #757575. Windows color (decimal): -9143962 or 6715764. OLE color: 6715764.

HSL color Cylindrical-coordinate representation of color #747966: hue angle of 75.79º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #747966 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 121 102 -
CMYK 0.04 0 0.16 0.53
HSL 75.79º 0.09% 0.44% -
HSV(B) 75.79º 0.16% 0.47% -
XYZ 16.44 18.35 15.25 -
YUV 117.34 119.34 127.04 -
System Red Green Blue C M Y K H S L
Decimal 116 121 102 0.04 0 0.16 0.53 75.79 0.09 0.44
Hex 74 79 66 4 0 10 35 4C 9 2C
Octal 164 171 146 4 0 20 65 114 11 54
Binary 1110100 1111001 1100110 100 0 10000 110101 1001100 1001 101100

Color Harmonies of #747966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747966

Black with #747966

Text Example


Text Example

White with #747966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747966; }

 p { color: rgb(116,121,102); }

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

background-color css

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

 a { background-color: rgb(116,121,102); }

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

border-color css

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

 span { border-color: rgb(116,121,102); }

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