Html Css Color HEX #777A4E Finch

📋 copy color: '#777A4E'

red 119 ◦ green 122 ◦ blue 78

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

Shades of Finch #777A4E

Tints of Finch #777A4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.45%

R = 37.3%
G = 38.24%
B = 24.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.52

RGB Variations

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

Color information

#777A4E (or 0x777A4E) is known color: Finch. HEX triplet: 77, 7A and 4E. RGB value is (119,122,78). Sum of RGB (Red+Green+Blue) = 119+122+78=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 122 - color contains mainly: green. Hex color #777A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777A4E is #8885B1. Grayscale: #747474. Windows color (decimal): -8947122 or 5143159. OLE color: 5143159.

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

Color convert

RGB 119 122 78 -
CMYK 0.02 0 0.36 0.52
HSL 64.09º 0.22% 0.39% -
HSV(B) 64.09º 0.36% 0.48% -
XYZ 15.94 18.39 9.92 -
YUV 116.09 106.51 130.08 -
System Red Green Blue C M Y K H S L
Decimal 119 122 78 0.02 0 0.36 0.52 64.09 0.22 0.39
Hex 77 7A 4E 2 0 24 34 40 16 27
Octal 167 172 116 2 0 44 64 100 26 47
Binary 1110111 1111010 1001110 10 0 100100 110100 1000000 10110 100111

Color Harmonies of #777A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777A4E

Black with #777A4E

Text Example


Text Example

White with #777A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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