#777E66

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

Shades of Gunsmoke #777E66

Tints of Gunsmoke #777E66

Color information

#777E66 (or 0x777E66) is unknown color: approx Gunsmoke. HEX triplet: 77, 7E and 66. RGB value is (119,126,102). Sum of RGB (Red+Green+Blue) = 119+126+102=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 126 - color contains mainly: green. Hex color #777E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777E66 is #888199. Grayscale: #797979. Windows color (decimal): -8946074 or 6717047. OLE color: 6717047.

HSL color Cylindrical-coordinate representation of color #777E66: hue angle of 77.5º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #777E66 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB119126102-
CMYK0.0600.190.51
HSL77.5º10.53%44.71%-
HSV(B)77.5º19.05%49.41%-
XYZ17.4719.815.47-
YUV121.17117.18126.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.29%
GREEN value IS 126 (49.61% from 255) = 36.31%
BLUE value IS 102 (40.23% from 255) = 29.39%
R=34.29%
G=36.31%
B=29.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1191261020.0600.190.5177.510.5344.71
Hex777E666013334eb2d
Octal1671761466023631161355
Binary11101111111110110011011001001111001110011101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777E66; }

 p { color: rgb(119,126,102); }

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

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

 a { background-color: rgb(119,126,102); }

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

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

 span { border-color: rgb(119,126,102); }

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