#7C761E

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

Shades of Pesto #7C761E

Tints of Pesto #7C761E

Color information

#7C761E (or 0x7C761E) is unknown color: approx Pesto. HEX triplet: 7C, 76 and 1E. RGB value is (124,118,30). Sum of RGB (Red+Green+Blue) = 124+118+30=272 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.59% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 124 - color contains mainly: red. Hex color #7C761E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C761E is #8389E1. Grayscale: #6E6E6E. Windows color (decimal): -8620514 or 1996412. OLE color: 1996412.

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

Color convert

RGB12411830-
CMYK00.050.760.51
HSL56.17º61.04%30.2%-
HSV(B)56.17º75.81%48.63%-
XYZ15.0217.343.78-
YUV109.7682.99138.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.59%
GREEN value IS 118 (46.48% from 255) = 43.38%
BLUE value IS 30 (12.11% from 255) = 11.03%
R=45.59%
G=43.38%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.76
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241183000.050.760.5156.1761.0430.2
Hex7C761E054C33383d1e
Octal174166360511463707536
Binary11111001110110111100101100110011001111100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C761E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,118,30); }

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

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

 a { background-color: rgb(124,118,30); }

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

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

 span { border-color: rgb(124,118,30); }

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