#777C69

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

Shades of Gunsmoke #777C69

Tints of Gunsmoke #777C69

Color information

#777C69 (or 0x777C69) is unknown color: approx Gunsmoke. HEX triplet: 77, 7C and 69. RGB value is (119,124,105). Sum of RGB (Red+Green+Blue) = 119+124+105=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 124 - color contains mainly: green. Hex color #777C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777C69 is #888396. Grayscale: #787878. Windows color (decimal): -8946583 or 6913143. OLE color: 6913143.

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

Color convert

RGB119124105-
CMYK0.0400.150.51
HSL75.79º8.3%44.9%-
HSV(B)75.79º15.32%48.63%-
XYZ17.3719.3616.19-
YUV120.34119.34127.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.20%
GREEN value IS 124 (48.83% from 255) = 35.63%
BLUE value IS 105 (41.41% from 255) = 30.17%
R=34.20%
G=35.63%
B=30.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1191241050.0400.150.5175.798.344.9
Hex777C6940F334c82d
Octal1671741514017631141055
Binary1110111111110011010011000111111001110011001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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