Html Css Color HEX #7D804D Finch

📋 copy color: '#7D804D'

red 125 ◦ green 128 ◦ blue 77

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

Shades of Finch #7D804D

Tints of Finch #7D804D

RGB

 RED value IS 125 (49.22% from 255) = 37.88%

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

 BLUE value IS 77 (30.47% from 255) = 23.33%

R = 37.88%
G = 38.79%
B = 23.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#7D804D (or 0x7D804D) is known color: Finch. HEX triplet: 7D, 80 and 4D. RGB value is (125,128,77). Sum of RGB (Red+Green+Blue) = 125+128+77=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 128 - color contains mainly: green. Hex color #7D804D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D804D is #827FB2. Grayscale: #797979. Windows color (decimal): -8552371 or 5079165. OLE color: 5079165.

HSL color Cylindrical-coordinate representation of color #7D804D: hue angle of 63.53º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D804D is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB 125 128 77 -
CMYK 0.02 0 0.40 0.50
HSL 63.53º 0.25% 0.4% -
HSV(B) 63.53º 0.4% 0.5% -
XYZ 17.52 20.33 10.02 -
YUV 121.29 103.01 130.65 -
System Red Green Blue C M Y K H S L
Decimal 125 128 77 0.02 0 0.40 0.50 63.53 0.25 0.4
Hex 7D 80 4D 2 0 28 32 40 19 28
Octal 175 200 115 2 0 50 62 100 31 50
Binary 1111101 10000000 1001101 10 0 101000 110010 1000000 11001 101000

Color Harmonies of #7D804D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D804D

Black with #7D804D

Text Example


Text Example

White with #7D804D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D804D; }

 p { color: rgb(125,128,77); }

 H1.HeaderClassName
 {
   color: #7D804D;
 }
 .AnyTagClassName
 {
   color: #7D804D;
 }
</style>

background-color css

<style>
 a { background-color: #7D804D; }

 a { background-color: rgb(125,128,77); }

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

border-color css

<style>
 span { border-color: #7D804D; }

 span { border-color: rgb(125,128,77); }

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