Html Css Color HEX #777D66 Gunsmoke

📋 copy color: '#777D66'

red 119 ◦ green 125 ◦ blue 102

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

Shades of Gunsmoke #777D66

Tints of Gunsmoke #777D66

RGB

 RED value IS 119 (46.88% from 255) = 34.39%

 GREEN value IS 125 (49.22% from 255) = 36.13%

 BLUE value IS 102 (40.23% from 255) = 29.48%

R = 34.39%
G = 36.13%
B = 29.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#777D66 (or 0x777D66) is known color: Gunsmoke. HEX triplet: 77, 7D and 66. RGB value is (119,125,102). Sum of RGB (Red+Green+Blue) = 119+125+102=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 125 - color contains mainly: green. Hex color #777D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777D66 is #888299. Grayscale: #787878. Windows color (decimal): -8946330 or 6716791. OLE color: 6716791.

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

Color convert

RGB 119 125 102 -
CMYK 0.05 0 0.18 0.51
HSL 75.65º 0.1% 0.45% -
HSV(B) 75.65º 0.18% 0.49% -
XYZ 17.34 19.55 15.43 -
YUV 120.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 119 125 102 0.05 0 0.18 0.51 75.65 0.1 0.45
Hex 77 7D 66 5 0 12 33 4C A 2D
Octal 167 175 146 5 0 22 63 114 12 55
Binary 1110111 1111101 1100110 101 0 10010 110011 1001100 1010 101101

Color Harmonies of #777D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777D66

Black with #777D66

Text Example


Text Example

White with #777D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,125,102); }

 H1.HeaderClassName
 {
   color: #777D66;
 }
 .AnyTagClassName
 {
   color: #777D66;
 }
</style>

background-color css

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

 a { background-color: rgb(119,125,102); }

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

border-color css

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

 span { border-color: rgb(119,125,102); }

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