#7D7322

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

Shades of Pesto #7D7322

Tints of Pesto #7D7322

Color information

#7D7322 (or 0x7D7322) is unknown color: approx Pesto. HEX triplet: 7D, 73 and 22. RGB value is (125,115,34). Sum of RGB (Red+Green+Blue) = 125+115+34=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7322 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7322 is #828CDD. Grayscale: #6D6D6D. Windows color (decimal): -8555742 or 2257789. OLE color: 2257789.

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

Color convert

RGB12511534-
CMYK00.080.730.51
HSL53.41º57.23%31.18%-
HSV(B)53.41º72.8%49.02%-
XYZ14.8816.743.96-
YUV108.7685.81139.59-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.62%
GREEN value IS 115 (45.31% from 255) = 41.97%
BLUE value IS 34 (13.67% from 255) = 12.41%
R=45.62%
G=41.97%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251153400.080.730.5153.4157.2331.18
Hex7D732208493335391f
Octal1751634201011163657137
Binary1111101111001110001001000100100111001111010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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