#79721F

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

Shades of Pesto #79721F

Tints of Pesto #79721F

Color information

#79721F (or 0x79721F) is unknown color: approx Pesto. HEX triplet: 79, 72 and 1F. RGB value is (121,114,31). Sum of RGB (Red+Green+Blue) = 121+114+31=266 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.49% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 121 - color contains mainly: red. Hex color #79721F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79721F is #868DE0. Grayscale: #6A6A6A. Windows color (decimal): -8818145 or 2060921. OLE color: 2060921.

HSL color Cylindrical-coordinate representation of color #79721F: hue angle of 55.33º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #79721F is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB12111431-
CMYK00.060.740.53
HSL55.33º59.21%29.8%-
HSV(B)55.33º74.38%47.45%-
XYZ14.1516.23.68-
YUV106.6385.32138.25-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.49%
GREEN value IS 114 (44.92% from 255) = 42.86%
BLUE value IS 31 (12.5% from 255) = 11.65%
R=45.49%
G=42.86%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211143100.060.740.5355.3359.2129.8
Hex79721F064A35373b1e
Octal171162370611265677336
Binary11110011110010111110110100101011010111011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79721F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79721F; }

 p { color: rgb(121,114,31); }

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

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

 a { background-color: rgb(121,114,31); }

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

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

 span { border-color: rgb(121,114,31); }

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