Html Css Color HEX #777C71 Gunsmoke

📋 copy color: '#777C71'

red 119 ◦ green 124 ◦ blue 113

#777C71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gunsmoke #777C71

Tints of Gunsmoke #777C71

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 value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#777C71 (or 0x777C71) is known color: 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

RGB 119 124 113 -
CMYK 0.04 0 0.09 0.51
HSL 87.27º 0.05% 0.46% -
HSV(B) 87.27º 0.09% 0.49% -
XYZ 17.8 19.53 18.45 -
YUV 121.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 119 124 113 0.04 0 0.09 0.51 87.27 0.05 0.46
Hex 77 7C 71 4 0 9 33 57 5 2E
Octal 167 174 161 4 0 11 63 127 5 56
Binary 1110111 1111100 1110001 100 0 1001 110011 1010111 101 101110

Color Harmonies of #777C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777C71

Black with #777C71

Text Example


Text Example

White with #777C71

Text Example


Text Example

HTML Codes & Css Web 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>