#7A844D

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

Shades of Finch #7A844D

Tints of Finch #7A844D

Color information

#7A844D (or 0x7A844D) is unknown color: approx Finch. HEX triplet: 7A, 84 and 4D. RGB value is (122,132,77). Sum of RGB (Red+Green+Blue) = 122+132+77=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 132 - color contains mainly: green. Hex color #7A844D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A844D is #857BB2. Grayscale: #7A7A7A. Windows color (decimal): -8747955 or 5080186. OLE color: 5080186.

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

Color convert

RGB12213277-
CMYK0.0800.420.48
HSL70.91º26.32%40.98%-
HSV(B)70.91º41.67%51.76%-
XYZ17.6221.1810.18-
YUV122.74102.19127.47-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.86%
GREEN value IS 132 (51.95% from 255) = 39.88%
BLUE value IS 77 (30.47% from 255) = 23.26%
R=36.86%
G=39.88%
B=23.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal122132770.0800.420.4870.9126.3240.98
Hex7A844D802A30471a29
Octal17220411510052601073251
Binary111101010000100100110110000101010110000100011111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A844D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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