Html Css Color HEX #777E65 Gunsmoke

📋 copy color: '#777E65'

red 119 ◦ green 126 ◦ blue 101

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

Shades of Gunsmoke #777E65

Tints of Gunsmoke #777E65

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.42%

 BLUE value IS 101 (39.84% from 255) = 29.19%

R = 34.39%
G = 36.42%
B = 29.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.51

RGB Variations

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

Color information

#777E65 (or 0x777E65) is known color: Gunsmoke. HEX triplet: 77, 7E and 65. RGB value is (119,126,101). Sum of RGB (Red+Green+Blue) = 119+126+101=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 126 - color contains mainly: green. Hex color #777E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777E65 is #88819A. Grayscale: #797979. Windows color (decimal): -8946075 or 6651511. OLE color: 6651511.

HSL color Cylindrical-coordinate representation of color #777E65: hue angle of 76.8º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #777E65 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 126 101 -
CMYK 0.06 0 0.20 0.51
HSL 76.8º 0.11% 0.45% -
HSV(B) 76.8º 0.2% 0.49% -
XYZ 17.42 19.78 15.21 -
YUV 121.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 119 126 101 0.06 0 0.20 0.51 76.8 0.11 0.45
Hex 77 7E 65 6 0 14 33 4D B 2D
Octal 167 176 145 6 0 24 63 115 13 55
Binary 1110111 1111110 1100101 110 0 10100 110011 1001101 1011 101101

Color Harmonies of #777E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777E65

Black with #777E65

Text Example


Text Example

White with #777E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,126,101); }

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

background-color css

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

 a { background-color: rgb(119,126,101); }

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

border-color css

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

 span { border-color: rgb(119,126,101); }

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