#7A7921

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

Shades of Pesto #7A7921

Tints of Pesto #7A7921

Color information

#7A7921 (or 0x7A7921) is unknown color: approx Pesto. HEX triplet: 7A, 79 and 21. RGB value is (122,121,33). Sum of RGB (Red+Green+Blue) = 122+121+33=276 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.20% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7921 is #8586DE. Grayscale: #6F6F6F. Windows color (decimal): -8750815 or 2193786. OLE color: 2193786.

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

Color convert

RGB12212133-
CMYK00.010.730.52
HSL59.33º57.42%30.39%-
HSV(B)59.33º72.95%47.84%-
XYZ15.1417.924.1-
YUV111.2783.83135.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.20%
GREEN value IS 121 (47.66% from 255) = 43.84%
BLUE value IS 33 (13.28% from 255) = 11.96%
R=44.20%
G=43.84%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.73
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221213300.010.730.5259.3357.4230.39
Hex7A79210149343b391e
Octal172171410111164737136
Binary1111010111100110000101100100111010011101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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