#7a6f2d

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

Shades of Pesto #7A6F2D

Tints of Pesto #7A6F2D

Color information

#7A6F2D (or 0x7A6F2D) is unknown color: approx Pesto. HEX triplet: 7A, 6F and 2D. RGB value is (122,111,45). Sum of RGB (Red+Green+Blue) = 122+111+45=278 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.88% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6F2D is #8590D2. Grayscale: #6B6B6B. Windows color (decimal): -8753363 or 2977658. OLE color: 2977658.

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

Color convert

RGB12211145-
CMYK00.090.630.52
HSL51.43º46.11%32.75%-
HSV(B)51.43º63.11%47.84%-
XYZ14.1815.74.76-
YUV106.7693.14138.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.88%
GREEN value IS 111 (43.75% from 255) = 39.93%
BLUE value IS 45 (17.97% from 255) = 16.19%
R=43.88%
G=39.93%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221114500.090.630.5251.4346.1132.75
Hex7A6F2D093F34332e21
Octal172157550117764635641
Binary1111010110111110110101001111111110100110011101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a6f2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,111,45); }

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

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

 a { background-color: rgb(122,111,45); }

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

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

 span { border-color: rgb(122,111,45); }

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