#796B2A

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

Shades of Pesto #796B2A

Tints of Pesto #796B2A

Color information

#796B2A (or 0x796B2A) is unknown color: approx Pesto. HEX triplet: 79, 6B and 2A. RGB value is (121,107,42). Sum of RGB (Red+Green+Blue) = 121+107+42=270 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.81% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 121 - color contains mainly: red. Hex color #796B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796B2A is #8694D5. Grayscale: #686868. Windows color (decimal): -8819926 or 2780025. OLE color: 2780025.

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

Color convert

RGB12110742-
CMYK00.120.650.53
HSL49.37º48.47%31.96%-
HSV(B)49.37º65.29%47.45%-
XYZ13.5614.754.32-
YUV103.7893.14140.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.81%
GREEN value IS 107 (42.19% from 255) = 39.63%
BLUE value IS 42 (16.80% from 255) = 15.56%
R=44.81%
G=39.63%
B=15.56%

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
Decimal1211074200.120.650.5349.3748.4731.96
Hex796B2A0C4135313020
Octal1711535201410165616040
Binary11110011101011101010011001000001110101110001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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