#7A824E

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

Shades of Finch #7A824E

Tints of Finch #7A824E

Color information

#7A824E (or 0x7A824E) is unknown color: approx Finch. HEX triplet: 7A, 82 and 4E. RGB value is (122,130,78). Sum of RGB (Red+Green+Blue) = 122+130+78=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 130 - color contains mainly: green. Hex color #7A824E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A824E is #857DB1. Grayscale: #797979. Windows color (decimal): -8748466 or 5145210. OLE color: 5145210.

HSL color Cylindrical-coordinate representation of color #7A824E: hue angle of 69.23º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A824E is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB12213078-
CMYK0.0600.400.49
HSL69.23º25%40.78%-
HSV(B)69.23º40%50.98%-
XYZ17.3820.6510.28-
YUV121.68103.35128.23-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.97%
GREEN value IS 130 (51.17% from 255) = 39.39%
BLUE value IS 78 (30.86% from 255) = 23.64%
R=36.97%
G=39.39%
B=23.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal122130780.0600.400.4969.232540.78
Hex7A824E602831451929
Octal1722021166050611053151
Binary11110101000001010011101100101000110001100010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,130,78); }

 H1.HeaderClassName
 {
   color: #7A824E;
 }
 .AnyTagClassName
 {
   color: #7A824E;
 }
</style>
background-color css

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

 a { background-color: rgb(122,130,78); }

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

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

 span { border-color: rgb(122,130,78); }

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