Html Css Color HEX #777C45 Finch

📋 copy color: '#777C45'

red 119 ◦ green 124 ◦ blue 69

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

Shades of Finch #777C45

Tints of Finch #777C45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.12%

R = 38.14%
G = 39.74%
B = 22.12%

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

#777C45 (or 0x777C45) is known color: Finch. HEX triplet: 77, 7C and 45. RGB value is (119,124,69). Sum of RGB (Red+Green+Blue) = 119+124+69=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 124 - color contains mainly: green. Hex color #777C45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777C45 is #8883BA. Grayscale: #747474. Windows color (decimal): -8946619 or 4553847. OLE color: 4553847.

HSL color Cylindrical-coordinate representation of color #777C45: hue angle of 65.45º 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 #777C45 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 124 69 -
CMYK 0.04 0 0.44 0.51
HSL 65.45º 0.28% 0.38% -
HSV(B) 65.45º 0.44% 0.49% -
XYZ 15.89 18.77 8.42 -
YUV 116.24 101.34 129.97 -
System Red Green Blue C M Y K H S L
Decimal 119 124 69 0.04 0 0.44 0.51 65.45 0.28 0.38
Hex 77 7C 45 4 0 2C 33 41 1C 26
Octal 167 174 105 4 0 54 63 101 34 46
Binary 1110111 1111100 1000101 100 0 101100 110011 1000001 11100 100110

Color Harmonies of #777C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777C45

Black with #777C45

Text Example


Text Example

White with #777C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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