#777C68

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

Shades of Gunsmoke #777C68

Tints of Gunsmoke #777C68

Color information

#777C68 (or 0x777C68) is unknown color: approx Gunsmoke. HEX triplet: 77, 7C and 68. RGB value is (119,124,104). Sum of RGB (Red+Green+Blue) = 119+124+104=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 124 - color contains mainly: green. Hex color #777C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777C68 is #888397. Grayscale: #787878. Windows color (decimal): -8946584 or 6847607. OLE color: 6847607.

HSL color Cylindrical-coordinate representation of color #777C68: hue angle of 75º 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 #777C68 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB119124104-
CMYK0.0400.160.51
HSL75º8.77%44.71%-
HSV(B)75º16.13%48.63%-
XYZ17.3119.3415.92-
YUV120.22118.84127.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.29%
GREEN value IS 124 (48.83% from 255) = 35.73%
BLUE value IS 104 (41.02% from 255) = 29.97%
R=34.29%
G=35.73%
B=29.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1191241040.0400.160.51758.7744.71
Hex777C684010334b92d
Octal1671741504020631131155
Binary11101111111100110100010001000011001110010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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