#7A7721

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

Shades of Pesto #7A7721

Tints of Pesto #7A7721

Color information

#7A7721 (or 0x7A7721) is unknown color: approx Pesto. HEX triplet: 7A, 77 and 21. RGB value is (122,119,33). Sum of RGB (Red+Green+Blue) = 122+119+33=274 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.53% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7721 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7721 is #8588DE. Grayscale: #6E6E6E. Windows color (decimal): -8751327 or 2193274. OLE color: 2193274.

HSL color Cylindrical-coordinate representation of color #7A7721: hue angle of 57.98º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A7721 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.52.

Color convert

RGB12211933-
CMYK00.020.730.52
HSL57.98º57.42%30.39%-
HSV(B)57.98º72.95%47.84%-
XYZ14.917.444.02-
YUV110.0984.49136.49-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.53%
GREEN value IS 119 (46.88% from 255) = 43.43%
BLUE value IS 33 (13.28% from 255) = 12.04%
R=44.53%
G=43.43%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.73
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221193300.020.730.5257.9857.4230.39
Hex7A77210249343a391e
Octal172167410211164727136
Binary11110101110111100001010100100111010011101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,119,33); }

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

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

 a { background-color: rgb(122,119,33); }

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

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

 span { border-color: rgb(122,119,33); }

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