Html Css Color HEX #777C40 Finch

📋 copy color: '#777C40'

red 119 ◦ green 124 ◦ blue 64

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

Shades of Finch #777C40

Tints of Finch #777C40

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.39%

 BLUE value IS 64 (25.39% from 255) = 20.85%

R = 38.76%
G = 40.39%
B = 20.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#777C40 (or 0x777C40) is known color: Finch. HEX triplet: 77, 7C and 40. RGB value is (119,124,64). Sum of RGB (Red+Green+Blue) = 119+124+64=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 124 - color contains mainly: green. Hex color #777C40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777C40 is #8883BF. Grayscale: #737373. Windows color (decimal): -8946624 or 4226167. OLE color: 4226167.

HSL color Cylindrical-coordinate representation of color #777C40: hue angle of 65º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #777C40 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 124 64 -
CMYK 0.04 0 0.48 0.51
HSL 65º 0.32% 0.37% -
HSV(B) 65º 0.48% 0.49% -
XYZ 15.74 18.71 7.63 -
YUV 115.67 98.84 130.38 -
System Red Green Blue C M Y K H S L
Decimal 119 124 64 0.04 0 0.48 0.51 65 0.32 0.37
Hex 77 7C 40 4 0 30 33 41 20 25
Octal 167 174 100 4 0 60 63 101 40 45
Binary 1110111 1111100 1000000 100 0 110000 110011 1000001 100000 100101

Color Harmonies of #777C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777C40

Black with #777C40

Text Example


Text Example

White with #777C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,124,64); }

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

background-color css

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

 a { background-color: rgb(119,124,64); }

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

border-color css

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

 span { border-color: rgb(119,124,64); }

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