#79712A

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

Shades of Pesto #79712A

Tints of Pesto #79712A

Color information

#79712A (or 0x79712A) is unknown color: approx Pesto. HEX triplet: 79, 71 and 2A. RGB value is (121,113,42). Sum of RGB (Red+Green+Blue) = 121+113+42=276 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.84% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 121 - color contains mainly: red. Hex color #79712A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79712A is #868ED5. Grayscale: #6B6B6B. Windows color (decimal): -8818390 or 2781561. OLE color: 2781561.

HSL color Cylindrical-coordinate representation of color #79712A: hue angle of 53.92º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #79712A is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB12111342-
CMYK00.070.650.53
HSL53.92º48.47%31.96%-
HSV(B)53.92º65.29%47.45%-
XYZ14.2116.044.54-
YUV107.391.15137.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.84%
GREEN value IS 113 (44.53% from 255) = 40.94%
BLUE value IS 42 (16.80% from 255) = 15.22%
R=43.84%
G=40.94%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211134200.070.650.5353.9248.4731.96
Hex79712A074135363020
Octal171161520710165666040
Binary1111001111000110101001111000001110101110110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79712A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79712A; }

 p { color: rgb(121,113,42); }

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

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

 a { background-color: rgb(121,113,42); }

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

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

 span { border-color: rgb(121,113,42); }

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