#796F2C

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

Shades of Pesto #796F2C

Tints of Pesto #796F2C

Color information

#796F2C (or 0x796F2C) is unknown color: approx Pesto. HEX triplet: 79, 6F and 2C. RGB value is (121,111,44). Sum of RGB (Red+Green+Blue) = 121+111+44=276 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.84% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 121 - color contains mainly: red. Hex color #796F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796F2C is #8690D3. Grayscale: #6A6A6A. Windows color (decimal): -8818900 or 2912121. OLE color: 2912121.

HSL color Cylindrical-coordinate representation of color #796F2C: hue angle of 52.21º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #796F2C is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB12111144-
CMYK00.080.640.53
HSL52.21º46.67%32.35%-
HSV(B)52.21º63.64%47.45%-
XYZ14.0215.624.66-
YUV106.3592.81138.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.84%
GREEN value IS 111 (43.75% from 255) = 40.22%
BLUE value IS 44 (17.58% from 255) = 15.94%
R=43.84%
G=40.22%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211114400.080.640.5352.2146.6732.35
Hex796F2C084035342f20
Octal1711575401010065645740
Binary11110011101111101100010001000000110101110100101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,111,44); }

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

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

 a { background-color: rgb(121,111,44); }

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

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

 span { border-color: rgb(121,111,44); }

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