#7D772F

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

Shades of Pesto #7D772F

Tints of Pesto #7D772F

Color information

#7D772F (or 0x7D772F) is unknown color: approx Pesto. HEX triplet: 7D, 77 and 2F. RGB value is (125,119,47). Sum of RGB (Red+Green+Blue) = 125+119+47=291 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.96% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 125 - color contains mainly: red. Hex color #7D772F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D772F is #8288D0. Grayscale: #707070. Windows color (decimal): -8554705 or 3110781. OLE color: 3110781.

HSL color Cylindrical-coordinate representation of color #7D772F: hue angle of 55.38º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D772F is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB12511947-
CMYK00.050.620.51
HSL55.38º45.35%33.73%-
HSV(B)55.38º62.4%49.02%-
XYZ15.5717.765.3-
YUV112.5990.99136.85-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.96%
GREEN value IS 119 (46.88% from 255) = 40.89%
BLUE value IS 47 (18.75% from 255) = 16.15%
R=42.96%
G=40.89%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251194700.050.620.5155.3845.3533.73
Hex7D772F053E33372d22
Octal17516757057663675542
Binary111110111101111011110101111110110011110111101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D772F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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