#7C6F20

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

Shades of Pesto #7C6F20

Tints of Pesto #7C6F20

Color information

#7C6F20 (or 0x7C6F20) is unknown color: approx Pesto. HEX triplet: 7C, 6F and 20. RGB value is (124,111,32). Sum of RGB (Red+Green+Blue) = 124+111+32=267 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.44% from 267); Green value is 111 (43.75% from 255 or 41.57% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6F20 is #8390DF. Grayscale: #6A6A6A. Windows color (decimal): -8622304 or 2125692. OLE color: 2125692.

HSL color Cylindrical-coordinate representation of color #7C6F20: hue angle of 51.52º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C6F20 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.51.

Color convert

RGB12411132-
CMYK00.100.740.51
HSL51.52º58.97%30.59%-
HSV(B)51.52º74.19%48.63%-
XYZ14.2615.763.66-
YUV105.8886.31140.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.44%
GREEN value IS 111 (43.75% from 255) = 41.57%
BLUE value IS 32 (12.89% from 255) = 11.99%
R=46.44%
G=41.57%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.74
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241113200.100.740.5151.5258.9730.59
Hex7C6F200A4A33343b1f
Octal1741574001211263647337
Binary1111100110111110000001010100101011001111010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,111,32); }

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

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

 a { background-color: rgb(124,111,32); }

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

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

 span { border-color: rgb(124,111,32); }

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