#7A865D

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

Shades of Finch #7A865D

Tints of Finch #7A865D

Color information

#7A865D (or 0x7A865D) is unknown color: approx Finch. HEX triplet: 7A, 86 and 5D. RGB value is (122,134,93). Sum of RGB (Red+Green+Blue) = 122+134+93=349 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.96% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 134 - color contains mainly: green. Hex color #7A865D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A865D is #8579A2. Grayscale: #7D7D7D. Windows color (decimal): -8747427 or 6129274. OLE color: 6129274.

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

Color convert

RGB12213493-
CMYK0.0900.310.47
HSL77.56º18.06%44.51%-
HSV(B)77.56º30.6%52.55%-
XYZ18.5321.9813.62-
YUV125.74109.52125.33-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.96%
GREEN value IS 134 (52.73% from 255) = 38.40%
BLUE value IS 93 (36.72% from 255) = 26.65%
R=34.96%
G=38.40%
B=26.65%

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
Decimal122134930.0900.310.4777.5618.0644.51
Hex7A865D901F2F4e122d
Octal17220613511037571162255
Binary11110101000011010111011001011111101111100111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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