#777F69

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

Shades of Gunsmoke #777F69

Tints of Gunsmoke #777F69

Color information

#777F69 (or 0x777F69) is unknown color: approx Gunsmoke. HEX triplet: 77, 7F and 69. RGB value is (119,127,105). Sum of RGB (Red+Green+Blue) = 119+127+105=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 127 - color contains mainly: green. Hex color #777F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777F69 is #888096. Grayscale: #7A7A7A. Windows color (decimal): -8945815 or 6913911. OLE color: 6913911.

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

Color convert

RGB119127105-
CMYK0.0600.170.50
HSL81.82º9.48%45.49%-
HSV(B)81.82º17.32%49.8%-
XYZ17.7520.1216.31-
YUV122.1118.35125.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.90%
GREEN value IS 127 (50% from 255) = 36.18%
BLUE value IS 105 (41.41% from 255) = 29.91%
R=33.90%
G=36.18%
B=29.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1191271050.0600.170.5081.829.4845.49
Hex777F696011325292d
Octal1671771516021621221155
Binary11101111111111110100111001000111001010100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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