#7C741D

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

Shades of Pesto #7C741D

Tints of Pesto #7C741D

Color information

#7C741D (or 0x7C741D) is unknown color: approx Pesto. HEX triplet: 7C, 74 and 1D. RGB value is (124,116,29). Sum of RGB (Red+Green+Blue) = 124+116+29=269 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.10% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 124 - color contains mainly: red. Hex color #7C741D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C741D is #838BE2. Grayscale: #6C6C6C. Windows color (decimal): -8621027 or 1930364. OLE color: 1930364.

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

Color convert

RGB12411629-
CMYK00.060.770.51
HSL54.95º62.09%30%-
HSV(B)54.95º76.61%48.63%-
XYZ14.7816.863.64-
YUV108.4783.15139.07-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.10%
GREEN value IS 116 (45.70% from 255) = 43.12%
BLUE value IS 29 (11.72% from 255) = 10.78%
R=46.10%
G=43.12%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.77
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241162900.060.770.5154.9562.0930
Hex7C741D064D33373e1e
Octal174164350611563677636
Binary11111001110100111010110100110111001111011111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C741D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,116,29); }

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

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

 a { background-color: rgb(124,116,29); }

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

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

 span { border-color: rgb(124,116,29); }

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