Html Css Color HEX #7A804F Finch

📋 copy color: '#7A804F'

red 122 ◦ green 128 ◦ blue 79

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

Shades of Finch #7A804F

Tints of Finch #7A804F

RGB

 RED value IS 122 (48.05% from 255) = 37.08%

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

 BLUE value IS 79 (31.25% from 255) = 24.01%

R = 37.08%
G = 38.91%
B = 24.01%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#7A804F (or 0x7A804F) is known color: Finch. HEX triplet: 7A, 80 and 4F. RGB value is (122,128,79). Sum of RGB (Red+Green+Blue) = 122+128+79=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 128 - color contains mainly: green. Hex color #7A804F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A804F is #857FB0. Grayscale: #787878. Windows color (decimal): -8748977 or 5210234. OLE color: 5210234.

HSL color Cylindrical-coordinate representation of color #7A804F: hue angle of 67.35º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A804F is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 122 128 79 -
CMYK 0.05 0 0.38 0.50
HSL 67.35º 0.24% 0.41% -
HSV(B) 67.35º 0.38% 0.5% -
XYZ 17.16 20.14 10.38 -
YUV 120.62 104.51 128.98 -
System Red Green Blue C M Y K H S L
Decimal 122 128 79 0.05 0 0.38 0.50 67.35 0.24 0.41
Hex 7A 80 4F 5 0 26 32 43 18 29
Octal 172 200 117 5 0 46 62 103 30 51
Binary 1111010 10000000 1001111 101 0 100110 110010 1000011 11000 101001

Color Harmonies of #7A804F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A804F

Black with #7A804F

Text Example


Text Example

White with #7A804F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,128,79); }

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

background-color css

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

 a { background-color: rgb(122,128,79); }

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

border-color css

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

 span { border-color: rgb(122,128,79); }

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