Html Css Color HEX #77814A Finch

📋 copy color: '#77814A'

red 119 ◦ green 129 ◦ blue 74

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

Shades of Finch #77814A

Tints of Finch #77814A

RGB

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

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

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

R = 36.96%
G = 40.06%
B = 22.98%

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

#77814A (or 0x77814A) is known color: Finch. HEX triplet: 77, 81 and 4A. RGB value is (119,129,74). Sum of RGB (Red+Green+Blue) = 119+129+74=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 129 - color contains mainly: green. Hex color #77814A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77814A is #887EB5. Grayscale: #777777. Windows color (decimal): -8945334 or 4882807. OLE color: 4882807.

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

Color convert

RGB 119 129 74 -
CMYK 0.08 0 0.43 0.49
HSL 70.91º 0.27% 0.4% -
HSV(B) 70.91º 0.43% 0.51% -
XYZ 16.69 20.12 9.48 -
YUV 119.74 102.19 127.47 -
System Red Green Blue C M Y K H S L
Decimal 119 129 74 0.08 0 0.43 0.49 70.91 0.27 0.4
Hex 77 81 4A 8 0 2B 31 47 1B 28
Octal 167 201 112 10 0 53 61 107 33 50
Binary 1110111 10000001 1001010 1000 0 101011 110001 1000111 11011 101000

Color Harmonies of #77814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77814A

Black with #77814A

Text Example


Text Example

White with #77814A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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