#7A6E2C

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

Shades of Pesto #7A6E2C

Tints of Pesto #7A6E2C

Color information

#7A6E2C (or 0x7A6E2C) is unknown color: approx Pesto. HEX triplet: 7A, 6E and 2C. RGB value is (122,110,44). Sum of RGB (Red+Green+Blue) = 122+110+44=276 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.20% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6E2C is #8591D3. Grayscale: #6A6A6A. Windows color (decimal): -8753620 or 2911866. OLE color: 2911866.

HSL color Cylindrical-coordinate representation of color #7A6E2C: hue angle of 50.77º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A6E2C is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.52.

Color convert

RGB12211044-
CMYK00.100.640.52
HSL50.77º46.99%32.55%-
HSV(B)50.77º63.93%47.84%-
XYZ14.0615.474.63-
YUV106.0692.98139.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.20%
GREEN value IS 110 (43.36% from 255) = 39.86%
BLUE value IS 44 (17.58% from 255) = 15.94%
R=44.20%
G=39.86%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221104400.100.640.5250.7746.9932.55
Hex7A6E2C0A4034332f21
Octal1721565401210064635741
Binary11110101101110101100010101000000110100110011101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A6E2C; }

 p { color: rgb(122,110,44); }

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

<style>
 a { background-color: #7A6E2C; }

 a { background-color: rgb(122,110,44); }

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

<style>
 span { border-color: #7A6E2C; }

 span { border-color: rgb(122,110,44); }

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