Html Css Color HEX #778050 Finch

📋 copy color: '#778050'

red 119 ◦ green 128 ◦ blue 80

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

Shades of Finch #778050

Tints of Finch #778050

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.14%

 BLUE value IS 80 (31.64% from 255) = 24.46%

R = 36.39%
G = 39.14%
B = 24.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#778050 (or 0x778050) is known color: Finch. HEX triplet: 77, 80 and 50. RGB value is (119,128,80). Sum of RGB (Red+Green+Blue) = 119+128+80=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 128 - color contains mainly: green. Hex color #778050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778050 is #887FAF. Grayscale: #787878. Windows color (decimal): -8945584 or 5275767. OLE color: 5275767.

HSL color Cylindrical-coordinate representation of color #778050: hue angle of 71.25º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #778050 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 128 80 -
CMYK 0.07 0 0.38 0.50
HSL 71.25º 0.23% 0.41% -
HSV(B) 71.25º 0.38% 0.5% -
XYZ 16.77 19.94 10.55 -
YUV 119.84 105.52 127.4 -
System Red Green Blue C M Y K H S L
Decimal 119 128 80 0.07 0 0.38 0.50 71.25 0.23 0.41
Hex 77 80 50 7 0 26 32 47 17 29
Octal 167 200 120 7 0 46 62 107 27 51
Binary 1110111 10000000 1010000 111 0 100110 110010 1000111 10111 101001

Color Harmonies of #778050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778050

Black with #778050

Text Example


Text Example

White with #778050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778050; }

 p { color: rgb(119,128,80); }

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

background-color css

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

 a { background-color: rgb(119,128,80); }

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

border-color css

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

 span { border-color: rgb(119,128,80); }

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