#777C67

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

Shades of Gunsmoke #777C67

Tints of Gunsmoke #777C67

Color information

#777C67 (or 0x777C67) is unknown color: approx Gunsmoke. HEX triplet: 77, 7C and 67. RGB value is (119,124,103). Sum of RGB (Red+Green+Blue) = 119+124+103=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 124 - color contains mainly: green. Hex color #777C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777C67 is #888398. Grayscale: #787878. Windows color (decimal): -8946585 or 6782071. OLE color: 6782071.

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

Color convert

RGB119124103-
CMYK0.0400.170.51
HSL74.29º9.25%44.51%-
HSV(B)74.29º16.94%48.63%-
XYZ17.2619.3215.65-
YUV120.11118.34127.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.39%
GREEN value IS 124 (48.83% from 255) = 35.84%
BLUE value IS 103 (40.62% from 255) = 29.77%
R=34.39%
G=35.84%
B=29.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1191241030.0400.170.5174.299.2544.51
Hex777C674011334a92d
Octal1671741474021631121155
Binary11101111111100110011110001000111001110010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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