#7C7728

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

Shades of Pesto #7C7728

Tints of Pesto #7C7728

Color information

#7C7728 (or 0x7C7728) is unknown color: approx Pesto. HEX triplet: 7C, 77 and 28. RGB value is (124,119,40). Sum of RGB (Red+Green+Blue) = 124+119+40=283 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.82% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7728 is #8388D7. Grayscale: #6F6F6F. Windows color (decimal): -8620248 or 2652028. OLE color: 2652028.

HSL color Cylindrical-coordinate representation of color #7C7728: hue angle of 56.43º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C7728 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB12411940-
CMYK00.040.680.51
HSL56.43º51.22%32.16%-
HSV(B)56.43º67.74%48.63%-
XYZ15.2917.634.6-
YUV111.4987.66136.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.82%
GREEN value IS 119 (46.88% from 255) = 42.05%
BLUE value IS 40 (16.02% from 255) = 14.13%
R=43.82%
G=42.05%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241194000.040.680.5156.4351.2232.16
Hex7C7728044433383320
Octal174167500410463706340
Binary1111100111011110100001001000100110011111000110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,119,40); }

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

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

 a { background-color: rgb(124,119,40); }

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

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

 span { border-color: rgb(124,119,40); }

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