Html Css Color HEX #77824A Finch

📋 copy color: '#77824A'

red 119 ◦ green 130 ◦ blue 74

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

Shades of Finch #77824A

Tints of Finch #77824A

RGB

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

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

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

R = 36.84%
G = 40.25%
B = 22.91%

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

#77824A (or 0x77824A) is known color: Finch. HEX triplet: 77, 82 and 4A. RGB value is (119,130,74). Sum of RGB (Red+Green+Blue) = 119+130+74=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 130 - color contains mainly: green. Hex color #77824A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77824A is #887DB5. Grayscale: #787878. Windows color (decimal): -8945078 or 4883063. OLE color: 4883063.

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

Color convert

RGB 119 130 74 -
CMYK 0.08 0 0.43 0.49
HSL 71.79º 0.27% 0.4% -
HSV(B) 71.79º 0.43% 0.51% -
XYZ 16.83 20.38 9.53 -
YUV 120.33 101.86 127.05 -
System Red Green Blue C M Y K H S L
Decimal 119 130 74 0.08 0 0.43 0.49 71.79 0.27 0.4
Hex 77 82 4A 8 0 2B 31 48 1B 28
Octal 167 202 112 10 0 53 61 110 33 50
Binary 1110111 10000010 1001010 1000 0 101011 110001 1001000 11011 101000

Color Harmonies of #77824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77824A

Black with #77824A

Text Example


Text Example

White with #77824A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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