Html Css Color HEX #788249 Finch

📋 copy color: '#788249'

red 120 ◦ green 130 ◦ blue 73

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

Shades of Finch #788249

Tints of Finch #788249

RGB

 RED value IS 120 (47.27% from 255) = 37.15%

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

 BLUE value IS 73 (28.91% from 255) = 22.6%

R = 37.15%
G = 40.25%
B = 22.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#788249 (or 0x788249) is known color: Finch. HEX triplet: 78, 82 and 49. RGB value is (120,130,73). Sum of RGB (Red+Green+Blue) = 120+130+73=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 130 - color contains mainly: green. Hex color #788249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788249 is #877DB6. Grayscale: #787878. Windows color (decimal): -8879543 or 4817528. OLE color: 4817528.

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

Color convert

RGB 120 130 73 -
CMYK 0.08 0 0.44 0.49
HSL 70.53º 0.28% 0.4% -
HSV(B) 70.53º 0.44% 0.51% -
XYZ 16.93 20.44 9.36 -
YUV 120.51 101.19 127.63 -
System Red Green Blue C M Y K H S L
Decimal 120 130 73 0.08 0 0.44 0.49 70.53 0.28 0.4
Hex 78 82 49 8 0 2C 31 47 1C 28
Octal 170 202 111 10 0 54 61 107 34 50
Binary 1111000 10000010 1001001 1000 0 101100 110001 1000111 11100 101000

Color Harmonies of #788249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788249

Black with #788249

Text Example


Text Example

White with #788249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788249; }

 p { color: rgb(120,130,73); }

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

background-color css

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

 a { background-color: rgb(120,130,73); }

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

border-color css

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

 span { border-color: rgb(120,130,73); }

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