#7A7026

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

Shades of Pesto #7A7026

Tints of Pesto #7A7026

Color information

#7A7026 (or 0x7A7026) is unknown color: approx Pesto. HEX triplet: 7A, 70 and 26. RGB value is (122,112,38). Sum of RGB (Red+Green+Blue) = 122+112+38=272 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.85% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7026 is #858FD9. Grayscale: #6A6A6A. Windows color (decimal): -8753114 or 2519162. OLE color: 2519162.

HSL color Cylindrical-coordinate representation of color #7A7026: hue angle of 52.86º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A7026 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.52.

Color convert

RGB12211238-
CMYK00.080.690.52
HSL52.86º52.5%31.37%-
HSV(B)52.86º68.85%47.84%-
XYZ14.1715.874.15-
YUV106.5589.31139.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.85%
GREEN value IS 112 (44.14% from 255) = 41.18%
BLUE value IS 38 (15.23% from 255) = 13.97%
R=44.85%
G=41.18%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.69
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221123800.080.690.5252.8652.531.37
Hex7A702608453435341f
Octal1721604601010564656437
Binary1111010111000010011001000100010111010011010111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,112,38); }

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

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

 a { background-color: rgb(122,112,38); }

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

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

 span { border-color: rgb(122,112,38); }

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