#7D7329

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

Shades of Pesto #7D7329

Tints of Pesto #7D7329

Color information

#7D7329 (or 0x7D7329) is unknown color: approx Pesto. HEX triplet: 7D, 73 and 29. RGB value is (125,115,41). Sum of RGB (Red+Green+Blue) = 125+115+41=281 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.48% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7329 is #828CD6. Grayscale: #6D6D6D. Windows color (decimal): -8555735 or 2716541. OLE color: 2716541.

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

Color convert

RGB12511541-
CMYK00.080.670.51
HSL52.86º50.6%32.55%-
HSV(B)52.86º67.2%49.02%-
XYZ14.9916.784.55-
YUV109.5589.31139.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.48%
GREEN value IS 115 (45.31% from 255) = 40.93%
BLUE value IS 41 (16.41% from 255) = 14.59%
R=44.48%
G=40.93%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251154100.080.670.5152.8650.632.55
Hex7D7329084333353321
Octal1751635101010363656341
Binary11111011110011101001010001000011110011110101110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,115,41); }

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

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

 a { background-color: rgb(125,115,41); }

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

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

 span { border-color: rgb(125,115,41); }

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