#7A7229

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

Shades of Pesto #7A7229

Tints of Pesto #7A7229

Color information

#7A7229 (or 0x7A7229) is unknown color: approx Pesto. HEX triplet: 7A, 72 and 29. RGB value is (122,114,41). Sum of RGB (Red+Green+Blue) = 122+114+41=277 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.04% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7229 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7229 is #858DD6. Grayscale: #6C6C6C. Windows color (decimal): -8752599 or 2716282. OLE color: 2716282.

HSL color Cylindrical-coordinate representation of color #7A7229: hue angle of 54.07º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A7229 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB12211441-
CMYK00.070.660.52
HSL54.07º49.69%31.96%-
HSV(B)54.07º66.39%47.84%-
XYZ14.4416.334.49-
YUV108.0790.15137.94-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.04%
GREEN value IS 114 (44.92% from 255) = 41.16%
BLUE value IS 41 (16.41% from 255) = 14.80%
R=44.04%
G=41.16%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221144100.070.660.5254.0749.6931.96
Hex7A7229074234363220
Octal172162510710264666240
Binary1111010111001010100101111000010110100110110110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,114,41); }

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

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

 a { background-color: rgb(122,114,41); }

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

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

 span { border-color: rgb(122,114,41); }

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