#7E712E

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

Shades of Pesto #7E712E

Tints of Pesto #7E712E

Color information

#7E712E (or 0x7E712E) is unknown color: approx Pesto. HEX triplet: 7E, 71 and 2E. RGB value is (126,113,46). Sum of RGB (Red+Green+Blue) = 126+113+46=285 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.21% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 126 - color contains mainly: red. Hex color #7E712E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E712E is #818ED1. Grayscale: #6D6D6D. Windows color (decimal): -8490706 or 3043710. OLE color: 3043710.

HSL color Cylindrical-coordinate representation of color #7E712E: hue angle of 50.25º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E712E is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.51.

Color convert

RGB12611346-
CMYK00.100.630.51
HSL50.25º46.51%33.73%-
HSV(B)50.25º63.49%49.41%-
XYZ1516.444.97-
YUV109.2592.31139.95-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.21%
GREEN value IS 113 (44.53% from 255) = 39.65%
BLUE value IS 46 (18.36% from 255) = 16.14%
R=44.21%
G=39.65%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261134600.100.630.5150.2546.5133.73
Hex7E712E0A3F33322f22
Octal176161560127763625742
Binary1111110111000110111001010111111110011110010101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,113,46); }

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

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

 a { background-color: rgb(126,113,46); }

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

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

 span { border-color: rgb(126,113,46); }

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