#7A804F

Color #7A804F Finch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finch #7A804F

Tints of Finch #7A804F

Color information

#7A804F (or 0x7A804F) is unknown color: approx 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

RGB12212879-
CMYK0.0500.380.50
HSL67.35º23.67%40.59%-
HSV(B)67.35º38.28%50.2%-
XYZ17.1620.1410.38-
YUV120.62104.51128.98-

RGB Variations

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

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 (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal122128790.0500.380.5067.3523.6740.59
Hex7A804F502632431829
Octal1722001175046621033051
Binary11110101000000010011111010100110110010100001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A804F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>