Html Css Color HEX #76804A Finch

📋 copy color: '#76804A'

red 118 ◦ green 128 ◦ blue 74

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

Shades of Finch #76804A

Tints of Finch #76804A

RGB

 RED value IS 118 (46.48% from 255) = 36.88%

 GREEN value IS 128 (50.39% from 255) = 40%

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

R = 36.88%
G = 40%
B = 23.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#76804A (or 0x76804A) is known color: Finch. HEX triplet: 76, 80 and 4A. RGB value is (118,128,74). Sum of RGB (Red+Green+Blue) = 118+128+74=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 128 - color contains mainly: green. Hex color #76804A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76804A is #897FB5. Grayscale: #777777. Windows color (decimal): -9011126 or 4882550. OLE color: 4882550.

HSL color Cylindrical-coordinate representation of color #76804A: hue angle of 71.11º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76804A is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 128 74 -
CMYK 0.08 0 0.42 0.50
HSL 71.11º 0.27% 0.4% -
HSV(B) 71.11º 0.42% 0.5% -
XYZ 16.43 19.78 9.43 -
YUV 118.85 102.69 127.39 -
System Red Green Blue C M Y K H S L
Decimal 118 128 74 0.08 0 0.42 0.50 71.11 0.27 0.4
Hex 76 80 4A 8 0 2A 32 47 1B 28
Octal 166 200 112 10 0 52 62 107 33 50
Binary 1110110 10000000 1001010 1000 0 101010 110010 1000111 11011 101000

Color Harmonies of #76804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76804A

Black with #76804A

Text Example


Text Example

White with #76804A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,128,74); }

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

background-color css

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

 a { background-color: rgb(118,128,74); }

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

border-color css

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

 span { border-color: rgb(118,128,74); }

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