Html Css Color HEX #778245 Finch

📋 copy color: '#778245'

red 119 ◦ green 130 ◦ blue 69

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

Shades of Finch #778245

Tints of Finch #778245

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.88%

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

R = 37.42%
G = 40.88%
B = 21.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#778245 (or 0x778245) is known color: Finch. HEX triplet: 77, 82 and 45. RGB value is (119,130,69). Sum of RGB (Red+Green+Blue) = 119+130+69=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 130 - color contains mainly: green. Hex color #778245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778245 is #887DBA. Grayscale: #777777. Windows color (decimal): -8945083 or 4555383. OLE color: 4555383.

HSL color Cylindrical-coordinate representation of color #778245: hue angle of 70.82º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #778245 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 130 69 -
CMYK 0.08 0 0.47 0.49
HSL 70.82º 0.31% 0.39% -
HSV(B) 70.82º 0.47% 0.51% -
XYZ 16.66 20.32 8.67 -
YUV 119.76 99.36 127.46 -
System Red Green Blue C M Y K H S L
Decimal 119 130 69 0.08 0 0.47 0.49 70.82 0.31 0.39
Hex 77 82 45 8 0 2F 31 47 1F 27
Octal 167 202 105 10 0 57 61 107 37 47
Binary 1110111 10000010 1000101 1000 0 101111 110001 1000111 11111 100111

Color Harmonies of #778245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778245

Black with #778245

Text Example


Text Example

White with #778245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778245; }

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

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

background-color css

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

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

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

border-color css

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

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

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