#7A845F

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

Shades of Finch #7A845F

Tints of Finch #7A845F

Color information

#7A845F (or 0x7A845F) is unknown color: approx Finch. HEX triplet: 7A, 84 and 5F. RGB value is (122,132,95). Sum of RGB (Red+Green+Blue) = 122+132+95=349 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.96% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 132 - color contains mainly: green. Hex color #7A845F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A845F is #857BA0. Grayscale: #7C7C7C. Windows color (decimal): -8747937 or 6259834. OLE color: 6259834.

HSL color Cylindrical-coordinate representation of color #7A845F: hue angle of 76.22º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A845F is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB12213295-
CMYK0.0800.280.48
HSL76.22º16.3%44.51%-
HSV(B)76.22º28.03%51.76%-
XYZ18.3421.4714-
YUV124.79111.19126.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.96%
GREEN value IS 132 (51.95% from 255) = 37.82%
BLUE value IS 95 (37.5% from 255) = 27.22%
R=34.96%
G=37.82%
B=27.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal122132950.0800.280.4876.2216.344.51
Hex7A845F801C304c102d
Octal17220413710034601142055
Binary11110101000010010111111000011100110000100110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,132,95); }

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

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

 a { background-color: rgb(122,132,95); }

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

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

 span { border-color: rgb(122,132,95); }

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