#7D7C2F

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

Shades of Pesto #7D7C2F

Tints of Pesto #7D7C2F

Color information

#7D7C2F (or 0x7D7C2F) is unknown color: approx Pesto. HEX triplet: 7D, 7C and 2F. RGB value is (125,124,47). Sum of RGB (Red+Green+Blue) = 125+124+47=296 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.23% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7C2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7C2F is #8283D0. Grayscale: #737373. Windows color (decimal): -8553425 or 3112061. OLE color: 3112061.

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

Color convert

RGB12512447-
CMYK00.010.620.51
HSL59.23º45.35%33.73%-
HSV(B)59.23º62.4%49.02%-
XYZ16.1818.985.5-
YUV115.5289.33134.76-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.23%
GREEN value IS 124 (48.83% from 255) = 41.89%
BLUE value IS 47 (18.75% from 255) = 15.88%
R=42.23%
G=41.89%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251244700.010.620.5159.2345.3533.73
Hex7D7C2F013E333b2d22
Octal17517457017663735542
Binary1111101111110010111101111110110011111011101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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