#7D752F

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

Shades of Pesto #7D752F

Tints of Pesto #7D752F

Color information

#7D752F (or 0x7D752F) is unknown color: approx Pesto. HEX triplet: 7D, 75 and 2F. RGB value is (125,117,47). Sum of RGB (Red+Green+Blue) = 125+117+47=289 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.25% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 125 - color contains mainly: red. Hex color #7D752F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D752F is #828AD0. Grayscale: #6F6F6F. Windows color (decimal): -8555217 or 3110269. OLE color: 3110269.

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

Color convert

RGB12511747-
CMYK00.060.620.51
HSL53.85º45.35%33.73%-
HSV(B)53.85º62.4%49.02%-
XYZ15.3317.295.22-
YUV111.4191.65137.69-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.25%
GREEN value IS 117 (46.09% from 255) = 40.48%
BLUE value IS 47 (18.75% from 255) = 16.26%
R=43.25%
G=40.48%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251174700.060.620.5153.8545.3533.73
Hex7D752F063E33362d22
Octal17516557067663665542
Binary111110111101011011110110111110110011110110101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D752F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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