#7E855A

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

Shades of Finch #7E855A

Tints of Finch #7E855A

Color information

#7E855A (or 0x7E855A) is unknown color: approx Finch. HEX triplet: 7E, 85 and 5A. RGB value is (126,133,90). Sum of RGB (Red+Green+Blue) = 126+133+90=349 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.10% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 133 - color contains mainly: green. Hex color #7E855A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E855A is #817AA5. Grayscale: #7E7E7E. Windows color (decimal): -8485542 or 5932414. OLE color: 5932414.

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

Color convert

RGB12613390-
CMYK0.0500.320.48
HSL69.77º19.28%43.73%-
HSV(B)69.77º32.33%52.16%-
XYZ18.8421.9512.92-
YUV126.01107.68128-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.10%
GREEN value IS 133 (52.34% from 255) = 38.11%
BLUE value IS 90 (35.55% from 255) = 25.79%
R=36.10%
G=38.11%
B=25.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal126133900.0500.320.4869.7719.2843.73
Hex7E855A50203046132c
Octal1762051325040601062354
Binary11111101000010110110101010100000110000100011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,133,90); }

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

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

 a { background-color: rgb(126,133,90); }

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

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

 span { border-color: rgb(126,133,90); }

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