#7A8656

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

Shades of Finch #7A8656

Tints of Finch #7A8656

Color information

#7A8656 (or 0x7A8656) is unknown color: approx Finch. HEX triplet: 7A, 86 and 56. RGB value is (122,134,86). Sum of RGB (Red+Green+Blue) = 122+134+86=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 134 - color contains mainly: green. Hex color #7A8656 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8656 is #8579A9. Grayscale: #7D7D7D. Windows color (decimal): -8747434 or 5670522. OLE color: 5670522.

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

Color convert

RGB12213486-
CMYK0.0900.360.47
HSL75º21.82%43.14%-
HSV(B)75º35.82%52.55%-
XYZ18.2321.8612.06-
YUV124.94106.02125.9-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.67%
GREEN value IS 134 (52.73% from 255) = 39.18%
BLUE value IS 86 (33.98% from 255) = 25.15%
R=35.67%
G=39.18%
B=25.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal122134860.0900.360.477521.8243.14
Hex7A865690242F4b162b
Octal17220612611044571132653
Binary111101010000110101011010010100100101111100101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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