#7A7121

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

Shades of Pesto #7A7121

Tints of Pesto #7A7121

Color information

#7A7121 (or 0x7A7121) is unknown color: approx Pesto. HEX triplet: 7A, 71 and 21. RGB value is (122,113,33). Sum of RGB (Red+Green+Blue) = 122+113+33=268 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.52% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7121 is #858EDE. Grayscale: #6A6A6A. Windows color (decimal): -8752863 or 2191738. OLE color: 2191738.

HSL color Cylindrical-coordinate representation of color #7A7121: hue angle of 53.93º 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 #7A7121 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.52.

Color convert

RGB12211333-
CMYK00.070.730.52
HSL53.93º57.42%30.39%-
HSV(B)53.93º72.95%47.84%-
XYZ14.2116.063.79-
YUV106.5786.48139-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.52%
GREEN value IS 113 (44.53% from 255) = 42.16%
BLUE value IS 33 (13.28% from 255) = 12.31%
R=45.52%
G=42.16%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221133300.070.730.5253.9357.4230.39
Hex7A712107493436391e
Octal172161410711164667136
Binary111101011100011000010111100100111010011011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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