#7E7428

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

Shades of Pesto #7E7428

Tints of Pesto #7E7428

Color information

#7E7428 (or 0x7E7428) is unknown color: approx Pesto. HEX triplet: 7E, 74 and 28. RGB value is (126,116,40). Sum of RGB (Red+Green+Blue) = 126+116+40=282 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.68% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7428 is #818BD7. Grayscale: #6E6E6E. Windows color (decimal): -8489944 or 2651262. OLE color: 2651262.

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

Color convert

RGB12611640-
CMYK00.080.680.51
HSL53.02º51.81%32.55%-
HSV(B)53.02º68.25%49.41%-
XYZ15.2317.084.5-
YUV110.3388.31139.18-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.68%
GREEN value IS 116 (45.70% from 255) = 41.13%
BLUE value IS 40 (16.02% from 255) = 14.18%
R=44.68%
G=41.13%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261164000.080.680.5153.0251.8132.55
Hex7E7428084433353421
Octal1761645001010463656441
Binary11111101110100101000010001000100110011110101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,116,40); }

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

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

 a { background-color: rgb(126,116,40); }

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

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

 span { border-color: rgb(126,116,40); }

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