#7E7526

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

Shades of Pesto #7E7526

Tints of Pesto #7E7526

Color information

#7E7526 (or 0x7E7526) is unknown color: approx Pesto. HEX triplet: 7E, 75 and 26. RGB value is (126,117,38). Sum of RGB (Red+Green+Blue) = 126+117+38=281 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.84% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7526 is #818AD9. Grayscale: #6F6F6F. Windows color (decimal): -8489690 or 2520446. OLE color: 2520446.

HSL color Cylindrical-coordinate representation of color #7E7526: hue angle of 53.86º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E7526 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.51.

Color convert

RGB12611738-
CMYK00.070.700.51
HSL53.86º53.66%32.16%-
HSV(B)53.86º69.84%49.41%-
XYZ15.3217.34.37-
YUV110.6886.98138.92-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.84%
GREEN value IS 117 (46.09% from 255) = 41.64%
BLUE value IS 38 (15.23% from 255) = 13.52%
R=44.84%
G=41.64%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261173800.070.700.5153.8653.6632.16
Hex7E7526074633363620
Octal176165460710663666640
Binary1111110111010110011001111000110110011110110110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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