#7D7722

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

Shades of Pesto #7D7722

Tints of Pesto #7D7722

Color information

#7D7722 (or 0x7D7722) is unknown color: approx Pesto. HEX triplet: 7D, 77 and 22. RGB value is (125,119,34). Sum of RGB (Red+Green+Blue) = 125+119+34=278 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.96% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7722 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7722 is #8288DD. Grayscale: #6F6F6F. Windows color (decimal): -8554718 or 2258813. OLE color: 2258813.

HSL color Cylindrical-coordinate representation of color #7D7722: hue angle of 56.04º 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 #7D7722 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.51.

Color convert

RGB12511934-
CMYK00.050.730.51
HSL56.04º57.23%31.18%-
HSV(B)56.04º72.8%49.02%-
XYZ15.3417.674.12-
YUV111.184.49137.91-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.96%
GREEN value IS 119 (46.88% from 255) = 42.81%
BLUE value IS 34 (13.67% from 255) = 12.23%
R=44.96%
G=42.81%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251193400.050.730.5156.0457.2331.18
Hex7D772205493338391f
Octal175167420511163707137
Binary111110111101111000100101100100111001111100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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