#7A894C

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

Shades of Finch #7A894C

Tints of Finch #7A894C

Color information

#7A894C (or 0x7A894C) is unknown color: approx Finch. HEX triplet: 7A, 89 and 4C. RGB value is (122,137,76). Sum of RGB (Red+Green+Blue) = 122+137+76=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 137 - color contains mainly: green. Hex color #7A894C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A894C is #8576B3. Grayscale: #7D7D7D. Windows color (decimal): -8746676 or 5015930. OLE color: 5015930.

HSL color Cylindrical-coordinate representation of color #7A894C: hue angle of 74.75º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A894C is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB12213776-
CMYK0.1100.450.46
HSL74.75º28.64%41.76%-
HSV(B)74.75º44.53%53.73%-
XYZ18.2822.5510.23-
YUV125.56100.03125.46-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.42%
GREEN value IS 137 (53.91% from 255) = 40.90%
BLUE value IS 76 (30.08% from 255) = 22.69%
R=36.42%
G=40.90%
B=22.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal122137760.1100.450.4674.7528.6441.76
Hex7A894CB02D2E4b1d2a
Octal17221111413055561133552
Binary111101010001001100110010110101101101110100101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A894C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,137,76); }

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

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

 a { background-color: rgb(122,137,76); }

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

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

 span { border-color: rgb(122,137,76); }

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