#747770

Color #747770 Gunsmoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gunsmoke #747770

Tints of Gunsmoke #747770

Color information

#747770 (or 0x747770) is unknown color: approx Gunsmoke. HEX triplet: 74, 77 and 70. RGB value is (116,119,112). Sum of RGB (Red+Green+Blue) = 116+119+112=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 119 - color contains mainly: green. Hex color #747770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747770 is #8B888F. Grayscale: #757575. Windows color (decimal): -9144464 or 7370612. OLE color: 7370612.

HSL color Cylindrical-coordinate representation of color #747770: hue angle of 85.71º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #747770 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB116119112-
CMYK0.0300.060.53
HSL85.71º3.03%45.29%-
HSV(B)85.71º5.88%46.67%-
XYZ16.7218.0817.94-
YUV117.3125.01127.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.43%
GREEN value IS 119 (46.88% from 255) = 34.29%
BLUE value IS 112 (44.14% from 255) = 32.28%
R=33.43%
G=34.29%
B=32.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161191120.0300.060.5385.713.0345.29
Hex747770306355632d
Octal16416716030665126355
Binary111010011101111110000110110110101101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747770; }

 p { color: rgb(116,119,112); }

 H1.HeaderClassName
 {
   color: #747770;
 }
 .AnyTagClassName
 {
   color: #747770;
 }
</style>
background-color css

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

 a { background-color: rgb(116,119,112); }

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

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

 span { border-color: rgb(116,119,112); }

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