Html Css Color HEX #777E61 Finch

📋 copy color: '#777E61'

red 119 ◦ green 126 ◦ blue 97

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

Shades of Finch #777E61

Tints of Finch #777E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.36%

R = 34.8%
G = 36.84%
B = 28.36%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#777E61 (or 0x777E61) is known color: Finch. HEX triplet: 77, 7E and 61. RGB value is (119,126,97). Sum of RGB (Red+Green+Blue) = 119+126+97=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 126 - color contains mainly: green. Hex color #777E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777E61 is #88819E. Grayscale: #787878. Windows color (decimal): -8946079 or 6389367. OLE color: 6389367.

HSL color Cylindrical-coordinate representation of color #777E61: hue angle of 74.48º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #777E61 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 126 97 -
CMYK 0.06 0 0.23 0.51
HSL 74.48º 0.13% 0.44% -
HSV(B) 74.48º 0.23% 0.49% -
XYZ 17.23 19.71 14.21 -
YUV 120.6 114.68 126.86 -
System Red Green Blue C M Y K H S L
Decimal 119 126 97 0.06 0 0.23 0.51 74.48 0.13 0.44
Hex 77 7E 61 6 0 17 33 4A D 2C
Octal 167 176 141 6 0 27 63 112 15 54
Binary 1110111 1111110 1100001 110 0 10111 110011 1001010 1101 101100

Color Harmonies of #777E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777E61

Black with #777E61

Text Example


Text Example

White with #777E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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