#7E751A

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

Shades of Pesto #7E751A

Tints of Pesto #7E751A

Color information

#7E751A (or 0x7E751A) is unknown color: approx Pesto. HEX triplet: 7E, 75 and 1A. RGB value is (126,117,26). Sum of RGB (Red+Green+Blue) = 126+117+26=269 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.84% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 126 - color contains mainly: red. Hex color #7E751A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E751A is #818AE5. Grayscale: #6D6D6D. Windows color (decimal): -8489702 or 1734014. OLE color: 1734014.

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

Color convert

RGB12611726-
CMYK00.070.790.51
HSL54.6º65.79%29.8%-
HSV(B)54.6º79.37%49.41%-
XYZ15.1517.233.5-
YUV109.3280.98139.9-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.84%
GREEN value IS 117 (46.09% from 255) = 43.49%
BLUE value IS 26 (10.55% from 255) = 9.67%
R=46.84%
G=43.49%
B=9.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261172600.070.790.5154.665.7929.8
Hex7E751A074F3337421e
Octal1761653207117636710236
Binary111111011101011101001111001111110011110111100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E751A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,117,26); }

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

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

 a { background-color: rgb(126,117,26); }

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

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

 span { border-color: rgb(126,117,26); }

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