#7A865B

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

Shades of Finch #7A865B

Tints of Finch #7A865B

Color information

#7A865B (or 0x7A865B) is unknown color: approx Finch. HEX triplet: 7A, 86 and 5B. RGB value is (122,134,91). Sum of RGB (Red+Green+Blue) = 122+134+91=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 134 - color contains mainly: green. Hex color #7A865B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A865B is #8579A4. Grayscale: #7D7D7D. Windows color (decimal): -8747429 or 5998202. OLE color: 5998202.

HSL color Cylindrical-coordinate representation of color #7A865B: hue angle of 76.74º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A865B is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB12213491-
CMYK0.0900.320.47
HSL76.74º19.11%44.12%-
HSV(B)76.74º32.09%52.55%-
XYZ18.4421.9413.16-
YUV125.51108.52125.5-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.16%
GREEN value IS 134 (52.73% from 255) = 38.62%
BLUE value IS 91 (35.94% from 255) = 26.22%
R=35.16%
G=38.62%
B=26.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal122134910.0900.320.4776.7419.1144.12
Hex7A865B90202F4d132c
Octal17220613311040571152354
Binary111101010000110101101110010100000101111100110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,134,91); }

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

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

 a { background-color: rgb(122,134,91); }

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

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

 span { border-color: rgb(122,134,91); }

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