Html Css Color HEX #78814A Finch

📋 copy color: '#78814A'

red 120 ◦ green 129 ◦ blue 74

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

Shades of Finch #78814A

Tints of Finch #78814A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.94%

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

R = 37.15%
G = 39.94%
B = 22.91%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#78814A (or 0x78814A) is known color: Finch. HEX triplet: 78, 81 and 4A. RGB value is (120,129,74). Sum of RGB (Red+Green+Blue) = 120+129+74=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 129 - color contains mainly: green. Hex color #78814A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78814A is #877EB5. Grayscale: #787878. Windows color (decimal): -8879798 or 4882808. OLE color: 4882808.

HSL color Cylindrical-coordinate representation of color #78814A: hue angle of 69.82º 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 #78814A is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 129 74 -
CMYK 0.07 0 0.43 0.49
HSL 69.82º 0.27% 0.4% -
HSV(B) 69.82º 0.43% 0.51% -
XYZ 16.83 20.19 9.49 -
YUV 120.04 102.02 127.97 -
System Red Green Blue C M Y K H S L
Decimal 120 129 74 0.07 0 0.43 0.49 69.82 0.27 0.4
Hex 78 81 4A 7 0 2B 31 46 1B 28
Octal 170 201 112 7 0 53 61 106 33 50
Binary 1111000 10000001 1001010 111 0 101011 110001 1000110 11011 101000

Color Harmonies of #78814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78814A

Black with #78814A

Text Example


Text Example

White with #78814A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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