Html Css Color HEX #78864A Finch

📋 copy color: '#78864A'

red 120 ◦ green 134 ◦ blue 74

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

Shades of Finch #78864A

Tints of Finch #78864A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.85%

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

R = 36.59%
G = 40.85%
B = 22.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#78864A (or 0x78864A) is known color: Finch. HEX triplet: 78, 86 and 4A. RGB value is (120,134,74). Sum of RGB (Red+Green+Blue) = 120+134+74=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 134 - color contains mainly: green. Hex color #78864A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78864A is #8779B5. Grayscale: #7B7B7B. Windows color (decimal): -8878518 or 4884088. OLE color: 4884088.

HSL color Cylindrical-coordinate representation of color #78864A: hue angle of 74º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78864A is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 134 74 -
CMYK 0.10 0 0.45 0.47
HSL 74º 0.29% 0.41% -
HSV(B) 74º 0.45% 0.53% -
XYZ 17.51 21.54 9.71 -
YUV 122.97 100.36 125.88 -
System Red Green Blue C M Y K H S L
Decimal 120 134 74 0.10 0 0.45 0.47 74 0.29 0.41
Hex 78 86 4A A 0 2D 2F 4A 1D 29
Octal 170 206 112 12 0 55 57 112 35 51
Binary 1111000 10000110 1001010 1010 0 101101 101111 1001010 11101 101001

Color Harmonies of #78864A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78864A

Black with #78864A

Text Example


Text Example

White with #78864A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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