#797421

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

Shades of Pesto #797421

Tints of Pesto #797421

Color information

#797421 (or 0x797421) is unknown color: approx Pesto. HEX triplet: 79, 74 and 21. RGB value is (121,116,33). Sum of RGB (Red+Green+Blue) = 121+116+33=270 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.81% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 121 - color contains mainly: red. Hex color #797421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797421 is #868BDE. Grayscale: #6C6C6C. Windows color (decimal): -8817631 or 2192505. OLE color: 2192505.

HSL color Cylindrical-coordinate representation of color #797421: hue angle of 56.59º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #797421 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB12111633-
CMYK00.040.730.53
HSL56.59º57.14%30.2%-
HSV(B)56.59º72.73%47.45%-
XYZ14.4116.673.9-
YUV108.0385.66137.25-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.81%
GREEN value IS 116 (45.70% from 255) = 42.96%
BLUE value IS 33 (13.28% from 255) = 12.22%
R=44.81%
G=42.96%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211163300.040.730.5356.5957.1430.2
Hex79742104493539391e
Octal171164410411165717136
Binary111100111101001000010100100100111010111100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797421; }

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

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

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

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

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

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

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

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