#7C7820

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

Shades of Pesto #7C7820

Tints of Pesto #7C7820

Color information

#7C7820 (or 0x7C7820) is unknown color: approx Pesto. HEX triplet: 7C, 78 and 20. RGB value is (124,120,32). Sum of RGB (Red+Green+Blue) = 124+120+32=276 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.93% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7820 is #8387DF. Grayscale: #6F6F6F. Windows color (decimal): -8620000 or 2127996. OLE color: 2127996.

HSL color Cylindrical-coordinate representation of color #7C7820: hue angle of 57.39º 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 #7C7820 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.51.

Color convert

RGB12412032-
CMYK00.030.740.51
HSL57.39º58.97%30.59%-
HSV(B)57.39º74.19%48.63%-
XYZ15.2917.824-
YUV111.1683.33137.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.93%
GREEN value IS 120 (47.27% from 255) = 43.48%
BLUE value IS 32 (12.89% from 255) = 11.59%
R=44.93%
G=43.48%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241203200.030.740.5157.3958.9730.59
Hex7C7820034A33393b1f
Octal174170400311263717337
Binary11111001111000100000011100101011001111100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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