Html Css Color HEX #777A49 Finch

📋 copy color: '#777A49'

red 119 ◦ green 122 ◦ blue 73

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

Shades of Finch #777A49

Tints of Finch #777A49

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.85%

 BLUE value IS 73 (28.91% from 255) = 23.25%

R = 37.9%
G = 38.85%
B = 23.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.52

RGB Variations

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

Color information

#777A49 (or 0x777A49) is known color: Finch. HEX triplet: 77, 7A and 49. RGB value is (119,122,73). Sum of RGB (Red+Green+Blue) = 119+122+73=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 122 - color contains mainly: green. Hex color #777A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777A49 is #8885B6. Grayscale: #737373. Windows color (decimal): -8947127 or 4815479. OLE color: 4815479.

HSL color Cylindrical-coordinate representation of color #777A49: hue angle of 63.67º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #777A49 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB 119 122 73 -
CMYK 0.02 0 0.40 0.52
HSL 63.67º 0.25% 0.38% -
HSV(B) 63.67º 0.4% 0.48% -
XYZ 15.77 18.32 9.01 -
YUV 115.52 104.01 130.48 -
System Red Green Blue C M Y K H S L
Decimal 119 122 73 0.02 0 0.40 0.52 63.67 0.25 0.38
Hex 77 7A 49 2 0 28 34 40 19 26
Octal 167 172 111 2 0 50 64 100 31 46
Binary 1110111 1111010 1001001 10 0 101000 110100 1000000 11001 100110

Color Harmonies of #777A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777A49

Black with #777A49

Text Example


Text Example

White with #777A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,122,73); }

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

background-color css

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

 a { background-color: rgb(119,122,73); }

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

border-color css

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

 span { border-color: rgb(119,122,73); }

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