Html Css Color HEX #777C46 Finch

📋 copy color: '#777C46'

red 119 ◦ green 124 ◦ blue 70

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

Shades of Finch #777C46

Tints of Finch #777C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.36%

R = 38.02%
G = 39.62%
B = 22.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#777C46 (or 0x777C46) is known color: Finch. HEX triplet: 77, 7C and 46. RGB value is (119,124,70). Sum of RGB (Red+Green+Blue) = 119+124+70=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 124 - color contains mainly: green. Hex color #777C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777C46 is #8883B9. Grayscale: #747474. Windows color (decimal): -8946618 or 4619383. OLE color: 4619383.

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

Color convert

RGB 119 124 70 -
CMYK 0.04 0 0.44 0.51
HSL 65.56º 0.28% 0.38% -
HSV(B) 65.56º 0.44% 0.49% -
XYZ 15.92 18.78 8.58 -
YUV 116.35 101.84 129.89 -
System Red Green Blue C M Y K H S L
Decimal 119 124 70 0.04 0 0.44 0.51 65.56 0.28 0.38
Hex 77 7C 46 4 0 2C 33 42 1C 26
Octal 167 174 106 4 0 54 63 102 34 46
Binary 1110111 1111100 1000110 100 0 101100 110011 1000010 11100 100110

Color Harmonies of #777C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777C46

Black with #777C46

Text Example


Text Example

White with #777C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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