#7C712D

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

Shades of Pesto #7C712D

Tints of Pesto #7C712D

Color information

#7C712D (or 0x7C712D) is unknown color: approx Pesto. HEX triplet: 7C, 71 and 2D. RGB value is (124,113,45). Sum of RGB (Red+Green+Blue) = 124+113+45=282 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.97% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 124 - color contains mainly: red. Hex color #7C712D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C712D is #838ED2. Grayscale: #6C6C6C. Windows color (decimal): -8621779 or 2978172. OLE color: 2978172.

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

Color convert

RGB12411345-
CMYK00.090.640.51
HSL51.65º46.75%33.14%-
HSV(B)51.65º63.71%48.63%-
XYZ14.6916.284.85-
YUV108.5492.14139.03-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.97%
GREEN value IS 113 (44.53% from 255) = 40.07%
BLUE value IS 45 (17.97% from 255) = 15.96%
R=43.97%
G=40.07%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241134500.090.640.5151.6546.7533.14
Hex7C712D094033342f21
Octal1741615501110063645741
Binary11111001110001101101010011000000110011110100101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C712D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,113,45); }

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

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

 a { background-color: rgb(124,113,45); }

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

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

 span { border-color: rgb(124,113,45); }

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