#7D7132

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

Shades of Pesto #7D7132

Tints of Pesto #7D7132

Color information

#7D7132 (or 0x7D7132) is unknown color: approx Pesto. HEX triplet: 7D, 71 and 32. RGB value is (125,113,50). Sum of RGB (Red+Green+Blue) = 125+113+50=288 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.40% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7132 is #828ECD. Grayscale: #6D6D6D. Windows color (decimal): -8556238 or 3305853. OLE color: 3305853.

HSL color Cylindrical-coordinate representation of color #7D7132: hue angle of 50.4º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D7132 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB12511350-
CMYK00.100.600.51
HSL50.4º42.86%34.31%-
HSV(B)50.4º60%49.02%-
XYZ14.9416.45.4-
YUV109.4194.48139.12-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.40%
GREEN value IS 113 (44.53% from 255) = 39.24%
BLUE value IS 50 (19.92% from 255) = 17.36%
R=43.40%
G=39.24%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251135000.100.600.5150.442.8634.31
Hex7D71320A3C33322b22
Octal175161620127463625342
Binary1111101111000111001001010111100110011110010101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,113,50); }

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

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

 a { background-color: rgb(125,113,50); }

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

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

 span { border-color: rgb(125,113,50); }

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