#7C7620

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

Shades of Pesto #7C7620

Tints of Pesto #7C7620

Color information

#7C7620 (or 0x7C7620) is unknown color: approx Pesto. HEX triplet: 7C, 76 and 20. RGB value is (124,118,32). Sum of RGB (Red+Green+Blue) = 124+118+32=274 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.26% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7620 is #8389DF. Grayscale: #6E6E6E. Windows color (decimal): -8620512 or 2127484. OLE color: 2127484.

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

Color convert

RGB12411832-
CMYK00.050.740.51
HSL56.09º58.97%30.59%-
HSV(B)56.09º74.19%48.63%-
XYZ15.0517.353.92-
YUV109.9983.99137.99-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.26%
GREEN value IS 118 (46.48% from 255) = 43.07%
BLUE value IS 32 (12.89% from 255) = 11.68%
R=45.26%
G=43.07%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.74
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241183200.050.740.5156.0958.9730.59
Hex7C7620054A33383b1f
Octal174166400511263707337
Binary111110011101101000000101100101011001111100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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