#7E7128

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

Shades of Pesto #7E7128

Tints of Pesto #7E7128

Color information

#7E7128 (or 0x7E7128) is unknown color: approx Pesto. HEX triplet: 7E, 71 and 28. RGB value is (126,113,40). Sum of RGB (Red+Green+Blue) = 126+113+40=279 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.16% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7128 is #818ED7. Grayscale: #6C6C6C. Windows color (decimal): -8490712 or 2650494. OLE color: 2650494.

HSL color Cylindrical-coordinate representation of color #7E7128: hue angle of 50.93º 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 #7E7128 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB12611340-
CMYK00.100.680.51
HSL50.93º51.81%32.55%-
HSV(B)50.93º68.25%49.41%-
XYZ14.8916.44.39-
YUV108.5689.31140.44-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.16%
GREEN value IS 113 (44.53% from 255) = 40.50%
BLUE value IS 40 (16.02% from 255) = 14.34%
R=45.16%
G=40.50%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261134000.100.680.5150.9351.8132.55
Hex7E71280A4433333421
Octal1761615001210463636441
Binary11111101110001101000010101000100110011110011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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