#7E815C

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

Shades of Finch #7E815C

Tints of Finch #7E815C

Color information

#7E815C (or 0x7E815C) is unknown color: approx Finch. HEX triplet: 7E, 81 and 5C. RGB value is (126,129,92). Sum of RGB (Red+Green+Blue) = 126+129+92=347 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.31% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 129 - color contains mainly: green. Hex color #7E815C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E815C is #817EA3. Grayscale: #7C7C7C. Windows color (decimal): -8486564 or 6062462. OLE color: 6062462.

HSL color Cylindrical-coordinate representation of color #7E815C: hue angle of 64.86º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7E815C is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB12612992-
CMYK0.0200.290.49
HSL64.86º16.74%43.33%-
HSV(B)64.86º28.68%50.59%-
XYZ18.3920.9113.19-
YUV123.88110.01129.51-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.31%
GREEN value IS 129 (50.78% from 255) = 37.18%
BLUE value IS 92 (36.33% from 255) = 26.51%
R=36.31%
G=37.18%
B=26.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal126129920.0200.290.4964.8616.7443.33
Hex7E815C201D3141112b
Octal1762011342035611012153
Binary111111010000001101110010011101110001100000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E815C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,129,92); }

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

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

 a { background-color: rgb(126,129,92); }

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

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

 span { border-color: rgb(126,129,92); }

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