#777C71

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

Shades of Gunsmoke #777C71

Tints of Gunsmoke #777C71

Color information

#777C71 (or 0x777C71) is unknown color: approx Gunsmoke. HEX triplet: 77, 7C and 71. RGB value is (119,124,113). Sum of RGB (Red+Green+Blue) = 119+124+113=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 124 - color contains mainly: green. Hex color #777C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777C71 is #88838E. Grayscale: #797979. Windows color (decimal): -8946575 or 7437431. OLE color: 7437431.

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

Color convert

RGB119124113-
CMYK0.0400.090.51
HSL87.27º4.64%46.47%-
HSV(B)87.27º8.87%48.63%-
XYZ17.819.5318.45-
YUV121.25123.34126.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.43%
GREEN value IS 124 (48.83% from 255) = 34.83%
BLUE value IS 113 (44.53% from 255) = 31.74%
R=33.43%
G=34.83%
B=31.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1191241130.0400.090.5187.274.6446.47
Hex777C71409335752e
Octal167174161401163127556
Binary111011111111001110001100010011100111010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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