#7D712F

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

Shades of Pesto #7D712F

Tints of Pesto #7D712F

Color information

#7D712F (or 0x7D712F) is unknown color: approx Pesto. HEX triplet: 7D, 71 and 2F. RGB value is (125,113,47). Sum of RGB (Red+Green+Blue) = 125+113+47=285 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.86% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 125 - color contains mainly: red. Hex color #7D712F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D712F is #828ED0. Grayscale: #6D6D6D. Windows color (decimal): -8556241 or 3109245. OLE color: 3109245.

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

Color convert

RGB12511347-
CMYK00.100.620.51
HSL50.77º45.35%33.73%-
HSV(B)50.77º62.4%49.02%-
XYZ14.8816.385.07-
YUV109.0692.98139.37-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.86%
GREEN value IS 113 (44.53% from 255) = 39.65%
BLUE value IS 47 (18.75% from 255) = 16.49%
R=43.86%
G=39.65%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.62
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251134700.100.620.5150.7745.3533.73
Hex7D712F0A3E33332d22
Octal175161570127663635542
Binary1111101111000110111101010111110110011110011101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D712F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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