Html Css Color HEX #77824C Finch

📋 copy color: '#77824C'

red 119 ◦ green 130 ◦ blue 76

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

Shades of Finch #77824C

Tints of Finch #77824C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.38%

R = 36.62%
G = 40%
B = 23.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#77824C (or 0x77824C) is known color: Finch. HEX triplet: 77, 82 and 4C. RGB value is (119,130,76). Sum of RGB (Red+Green+Blue) = 119+130+76=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 130 - color contains mainly: green. Hex color #77824C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77824C is #887DB3. Grayscale: #787878. Windows color (decimal): -8945076 or 5014135. OLE color: 5014135.

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

Color convert

RGB 119 130 76 -
CMYK 0.08 0 0.42 0.49
HSL 72.22º 0.26% 0.4% -
HSV(B) 72.22º 0.42% 0.51% -
XYZ 16.89 20.41 9.89 -
YUV 120.56 102.86 126.89 -
System Red Green Blue C M Y K H S L
Decimal 119 130 76 0.08 0 0.42 0.49 72.22 0.26 0.4
Hex 77 82 4C 8 0 2A 31 48 1A 28
Octal 167 202 114 10 0 52 61 110 32 50
Binary 1110111 10000010 1001100 1000 0 101010 110001 1001000 11010 101000

Color Harmonies of #77824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77824C

Black with #77824C

Text Example


Text Example

White with #77824C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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