#7E7625

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

Shades of Pesto #7E7625

Tints of Pesto #7E7625

Color information

#7E7625 (or 0x7E7625) is unknown color: approx Pesto. HEX triplet: 7E, 76 and 25. RGB value is (126,118,37). Sum of RGB (Red+Green+Blue) = 126+118+37=281 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.84% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7625 is #8189DA. Grayscale: #6F6F6F. Windows color (decimal): -8489435 or 2455166. OLE color: 2455166.

HSL color Cylindrical-coordinate representation of color #7E7625: hue angle of 54.61º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E7625 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.51.

Color convert

RGB12611837-
CMYK00.060.710.51
HSL54.61º54.6%31.96%-
HSV(B)54.61º70.63%49.41%-
XYZ15.4217.534.32-
YUV111.1686.15138.59-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.84%
GREEN value IS 118 (46.48% from 255) = 41.99%
BLUE value IS 37 (14.84% from 255) = 13.17%
R=44.84%
G=41.99%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261183700.060.710.5154.6154.631.96
Hex7E7625064733373720
Octal176166450610763676740
Binary1111110111011010010101101000111110011110111110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,118,37); }

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

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

 a { background-color: rgb(126,118,37); }

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

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

 span { border-color: rgb(126,118,37); }

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