#777D69

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

Shades of Gunsmoke #777D69

Tints of Gunsmoke #777D69

Color information

#777D69 (or 0x777D69) is unknown color: approx Gunsmoke. HEX triplet: 77, 7D and 69. RGB value is (119,125,105). Sum of RGB (Red+Green+Blue) = 119+125+105=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 125 - color contains mainly: green. Hex color #777D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777D69 is #888296. Grayscale: #787878. Windows color (decimal): -8946327 or 6913399. OLE color: 6913399.

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

Color convert

RGB119125105-
CMYK0.0500.160.51
HSL78º8.7%45.1%-
HSV(B)78º16%49.02%-
XYZ17.4919.6116.23-
YUV120.93119.01126.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.10%
GREEN value IS 125 (49.22% from 255) = 35.82%
BLUE value IS 105 (41.41% from 255) = 30.09%
R=34.10%
G=35.82%
B=30.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1191251050.0500.160.51788.745.1
Hex777D695010334e92d
Octal1671751515020631161155
Binary11101111111101110100110101000011001110011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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