Html Css Color HEX #777A64 Finch

📋 copy color: '#777A64'

red 119 ◦ green 122 ◦ blue 100

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

Shades of Finch #777A64

Tints of Finch #777A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.33%

R = 34.9%
G = 35.78%
B = 29.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.52

RGB Variations

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

Color information

#777A64 (or 0x777A64) is known color: Finch. HEX triplet: 77, 7A and 64. RGB value is (119,122,100). Sum of RGB (Red+Green+Blue) = 119+122+100=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 122 - color contains mainly: green. Hex color #777A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777A64 is #88859B. Grayscale: #767676. Windows color (decimal): -8947100 or 6584951. OLE color: 6584951.

HSL color Cylindrical-coordinate representation of color #777A64: hue angle of 68.18º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #777A64 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB 119 122 100 -
CMYK 0.02 0 0.18 0.52
HSL 68.18º 0.1% 0.44% -
HSV(B) 68.18º 0.18% 0.48% -
XYZ 16.87 18.76 14.79 -
YUV 118.6 117.51 128.29 -
System Red Green Blue C M Y K H S L
Decimal 119 122 100 0.02 0 0.18 0.52 68.18 0.1 0.44
Hex 77 7A 64 2 0 12 34 44 A 2C
Octal 167 172 144 2 0 22 64 104 12 54
Binary 1110111 1111010 1100100 10 0 10010 110100 1000100 1010 101100

Color Harmonies of #777A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777A64

Black with #777A64

Text Example


Text Example

White with #777A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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