#7D792C

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

Shades of Pesto #7D792C

Tints of Pesto #7D792C

Color information

#7D792C (or 0x7D792C) is unknown color: approx Pesto. HEX triplet: 7D, 79 and 2C. RGB value is (125,121,44). Sum of RGB (Red+Green+Blue) = 125+121+44=290 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.10% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 125 - color contains mainly: red. Hex color #7D792C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D792C is #8286D3. Grayscale: #717171. Windows color (decimal): -8554196 or 2914685. OLE color: 2914685.

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

Color convert

RGB12512144-
CMYK00.030.650.51
HSL57.04º47.93%33.14%-
HSV(B)57.04º64.8%49.02%-
XYZ15.7518.225.07-
YUV113.4288.83136.26-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.10%
GREEN value IS 121 (47.66% from 255) = 41.72%
BLUE value IS 44 (17.58% from 255) = 15.17%
R=43.10%
G=41.72%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251214400.030.650.5157.0447.9333.14
Hex7D792C034133393021
Octal175171540310163716041
Binary111110111110011011000111000001110011111001110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D792C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,121,44); }

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

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

 a { background-color: rgb(125,121,44); }

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

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

 span { border-color: rgb(125,121,44); }

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