#7E7A2A

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

Shades of Pesto #7E7A2A

Tints of Pesto #7E7A2A

Color information

#7E7A2A (or 0x7E7A2A) is unknown color: approx Pesto. HEX triplet: 7E, 7A and 2A. RGB value is (126,122,42). Sum of RGB (Red+Green+Blue) = 126+122+42=290 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.45% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7A2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7A2A is #8185D5. Grayscale: #727272. Windows color (decimal): -8488406 or 2783870. OLE color: 2783870.

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

Color convert

RGB12612242-
CMYK00.030.670.51
HSL57.14º50%32.94%-
HSV(B)57.14º66.67%49.41%-
XYZ15.9818.524.92-
YUV114.0887.33136.5-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.45%
GREEN value IS 122 (48.05% from 255) = 42.07%
BLUE value IS 42 (16.80% from 255) = 14.48%
R=43.45%
G=42.07%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261224200.030.670.5157.145032.94
Hex7E7A2A034333393221
Octal176172520310363716241
Binary111111011110101010100111000011110011111001110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,122,42); }

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

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

 a { background-color: rgb(126,122,42); }

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

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

 span { border-color: rgb(126,122,42); }

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