#7A855E

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

Shades of Finch #7A855E

Tints of Finch #7A855E

Color information

#7A855E (or 0x7A855E) is unknown color: approx Finch. HEX triplet: 7A, 85 and 5E. RGB value is (122,133,94). Sum of RGB (Red+Green+Blue) = 122+133+94=349 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.96% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 133 - color contains mainly: green. Hex color #7A855E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A855E is #857AA1. Grayscale: #7D7D7D. Windows color (decimal): -8747682 or 6194554. OLE color: 6194554.

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

Color convert

RGB12213394-
CMYK0.0800.290.48
HSL76.92º17.18%44.51%-
HSV(B)76.92º29.32%52.16%-
XYZ18.4321.7213.81-
YUV125.27110.36125.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.96%
GREEN value IS 133 (52.34% from 255) = 38.11%
BLUE value IS 94 (37.11% from 255) = 26.93%
R=34.96%
G=38.11%
B=26.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal122133940.0800.290.4876.9217.1844.51
Hex7A855E801D304d112d
Octal17220513610035601152155
Binary11110101000010110111101000011101110000100110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,133,94); }

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

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

 a { background-color: rgb(122,133,94); }

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

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

 span { border-color: rgb(122,133,94); }

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