#7E6F2B

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

Shades of Pesto #7E6F2B

Tints of Pesto #7E6F2B

Color information

#7E6F2B (or 0x7E6F2B) is unknown color: approx Pesto. HEX triplet: 7E, 6F and 2B. RGB value is (126,111,43). Sum of RGB (Red+Green+Blue) = 126+111+43=280 (37% of max value = 765). Red value is 126 (49.61% from 255 or 45% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6F2B is #8190D4. Grayscale: #6C6C6C. Windows color (decimal): -8491221 or 2846590. OLE color: 2846590.

HSL color Cylindrical-coordinate representation of color #7E6F2B: hue angle of 49.16º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7E6F2B is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.51.

Color convert

RGB12611143-
CMYK00.120.660.51
HSL49.16º49.11%33.14%-
HSV(B)49.16º65.87%49.41%-
XYZ14.7215.984.59-
YUV107.7391.47141.03-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45%
GREEN value IS 111 (43.75% from 255) = 39.64%
BLUE value IS 43 (17.19% from 255) = 15.36%
R=45%
G=39.64%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261114300.120.660.5149.1649.1133.14
Hex7E6F2B0C4233313121
Octal1761575301410263616141
Binary11111101101111101011011001000010110011110001110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,111,43); }

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

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

 a { background-color: rgb(126,111,43); }

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

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

 span { border-color: rgb(126,111,43); }

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