#7E855D

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

Shades of Finch #7E855D

Tints of Finch #7E855D

Color information

#7E855D (or 0x7E855D) is unknown color: approx Finch. HEX triplet: 7E, 85 and 5D. RGB value is (126,133,93). Sum of RGB (Red+Green+Blue) = 126+133+93=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 133 - color contains mainly: green. Hex color #7E855D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E855D is #817AA2. Grayscale: #7E7E7E. Windows color (decimal): -8485539 or 6129022. OLE color: 6129022.

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

Color convert

RGB12613393-
CMYK0.0500.300.48
HSL70.5º17.7%44.31%-
HSV(B)70.5º30.08%52.16%-
XYZ18.972213.6-
YUV126.35109.18127.75-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.80%
GREEN value IS 133 (52.34% from 255) = 37.78%
BLUE value IS 93 (36.72% from 255) = 26.42%
R=35.80%
G=37.78%
B=26.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal126133930.0500.300.4870.517.744.31
Hex7E855D501E3047122c
Octal1762051355036601072254
Binary1111110100001011011101101011110110000100011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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