#7D7034

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

Shades of Pesto #7D7034

Tints of Pesto #7D7034

Color information

#7D7034 (or 0x7D7034) is unknown color: approx Pesto. HEX triplet: 7D, 70 and 34. RGB value is (125,112,52). Sum of RGB (Red+Green+Blue) = 125+112+52=289 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.25% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7034 is #828FCB. Grayscale: #6D6D6D. Windows color (decimal): -8556492 or 3436669. OLE color: 3436669.

HSL color Cylindrical-coordinate representation of color #7D7034: hue angle of 49.32º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D7034 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB12511252-
CMYK00.100.580.51
HSL49.32º41.24%34.71%-
HSV(B)49.32º58.4%49.02%-
XYZ14.8716.25.59-
YUV109.0595.81139.38-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.25%
GREEN value IS 112 (44.14% from 255) = 38.75%
BLUE value IS 52 (20.70% from 255) = 17.99%
R=43.25%
G=38.75%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251125200.100.580.5149.3241.2434.71
Hex7D70340A3A33312923
Octal175160640127263615143
Binary1111101111000011010001010111010110011110001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,112,52); }

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

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

 a { background-color: rgb(125,112,52); }

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

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

 span { border-color: rgb(125,112,52); }

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