#796A2A

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

Shades of Pesto #796A2A

Tints of Pesto #796A2A

Color information

#796A2A (or 0x796A2A) is unknown color: approx Pesto. HEX triplet: 79, 6A and 2A. RGB value is (121,106,42). Sum of RGB (Red+Green+Blue) = 121+106+42=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 106 (41.80% from 255 or 39.41% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 121 - color contains mainly: red. Hex color #796A2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796A2A is #8695D5. Grayscale: #676767. Windows color (decimal): -8820182 or 2779769. OLE color: 2779769.

HSL color Cylindrical-coordinate representation of color #796A2A: hue angle of 48.61º 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 #796A2A is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB12110642-
CMYK00.120.650.53
HSL48.61º48.47%31.96%-
HSV(B)48.61º65.29%47.45%-
XYZ13.4614.544.29-
YUV103.1993.47140.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.98%
GREEN value IS 106 (41.80% from 255) = 39.41%
BLUE value IS 42 (16.80% from 255) = 15.61%
R=44.98%
G=39.41%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211064200.120.650.5348.6148.4731.96
Hex796A2A0C4135313020
Octal1711525201410165616040
Binary11110011101010101010011001000001110101110001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796A2A; }

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

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

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

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

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

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

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

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