#7A865C

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

Shades of Finch #7A865C

Tints of Finch #7A865C

Color information

#7A865C (or 0x7A865C) is unknown color: approx Finch. HEX triplet: 7A, 86 and 5C. RGB value is (122,134,92). Sum of RGB (Red+Green+Blue) = 122+134+92=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 134 - color contains mainly: green. Hex color #7A865C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A865C is #8579A3. Grayscale: #7D7D7D. Windows color (decimal): -8747428 or 6063738. OLE color: 6063738.

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

Color convert

RGB12213492-
CMYK0.0900.310.47
HSL77.14º18.58%44.31%-
HSV(B)77.14º31.34%52.55%-
XYZ18.4821.9613.39-
YUV125.62109.02125.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.06%
GREEN value IS 134 (52.73% from 255) = 38.51%
BLUE value IS 92 (36.33% from 255) = 26.44%
R=35.06%
G=38.51%
B=26.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal122134920.0900.310.4777.1418.5844.31
Hex7A865C901F2F4d132c
Octal17220613411037571152354
Binary11110101000011010111001001011111101111100110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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