Html Css Color HEX #78824A Finch

📋 copy color: '#78824A'

red 120 ◦ green 130 ◦ blue 74

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

Shades of Finch #78824A

Tints of Finch #78824A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.84%

R = 37.04%
G = 40.12%
B = 22.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#78824A (or 0x78824A) is known color: Finch. HEX triplet: 78, 82 and 4A. RGB value is (120,130,74). Sum of RGB (Red+Green+Blue) = 120+130+74=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #78824A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78824A is #877DB5. Grayscale: #787878. Windows color (decimal): -8879542 or 4883064. OLE color: 4883064.

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

Color convert

RGB 120 130 74 -
CMYK 0.08 0 0.43 0.49
HSL 70.71º 0.27% 0.4% -
HSV(B) 70.71º 0.43% 0.51% -
XYZ 16.96 20.45 9.53 -
YUV 120.63 101.69 127.55 -
System Red Green Blue C M Y K H S L
Decimal 120 130 74 0.08 0 0.43 0.49 70.71 0.27 0.4
Hex 78 82 4A 8 0 2B 31 47 1B 28
Octal 170 202 112 10 0 53 61 107 33 50
Binary 1111000 10000010 1001010 1000 0 101011 110001 1000111 11011 101000

Color Harmonies of #78824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78824A

Black with #78824A

Text Example


Text Example

White with #78824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78824A; }

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

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

background-color css

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

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

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

border-color css

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

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

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