#7E875B

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

Shades of Finch #7E875B

Tints of Finch #7E875B

Color information

#7E875B (or 0x7E875B) is unknown color: approx Finch. HEX triplet: 7E, 87 and 5B. RGB value is (126,135,91). Sum of RGB (Red+Green+Blue) = 126+135+91=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 135 - color contains mainly: green. Hex color #7E875B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E875B is #8178A4. Grayscale: #7F7F7F. Windows color (decimal): -8485029 or 5998462. OLE color: 5998462.

HSL color Cylindrical-coordinate representation of color #7E875B: hue angle of 72.27º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E875B is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB12613591-
CMYK0.0700.330.47
HSL72.27º19.47%44.31%-
HSV(B)72.27º32.59%52.94%-
XYZ19.1622.5213.23-
YUV127.29107.52127.08-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.80%
GREEN value IS 135 (53.12% from 255) = 38.35%
BLUE value IS 91 (35.94% from 255) = 25.85%
R=35.80%
G=38.35%
B=25.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal126135910.0700.330.4772.2719.4744.31
Hex7E875B70212F48132c
Octal1762071337041571102354
Binary11111101000011110110111110100001101111100100010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,135,91); }

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

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

 a { background-color: rgb(126,135,91); }

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

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

 span { border-color: rgb(126,135,91); }

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