#777D66

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

Shades of Gunsmoke #777D66

Tints of Gunsmoke #777D66

Color information

#777D66 (or 0x777D66) is unknown color: approx Gunsmoke. HEX triplet: 77, 7D and 66. RGB value is (119,125,102). Sum of RGB (Red+Green+Blue) = 119+125+102=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 125 - color contains mainly: green. Hex color #777D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777D66 is #888299. Grayscale: #787878. Windows color (decimal): -8946330 or 6716791. OLE color: 6716791.

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

Color convert

RGB119125102-
CMYK0.0500.180.51
HSL75.65º10.13%44.51%-
HSV(B)75.65º18.4%49.02%-
XYZ17.3419.5515.43-
YUV120.58117.51126.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.39%
GREEN value IS 125 (49.22% from 255) = 36.13%
BLUE value IS 102 (40.23% from 255) = 29.48%
R=34.39%
G=36.13%
B=29.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1191251020.0500.180.5175.6510.1344.51
Hex777D665012334ca2d
Octal1671751465022631141255
Binary11101111111101110011010101001011001110011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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