#7C761B

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

Shades of Pesto #7C761B

Tints of Pesto #7C761B

Color information

#7C761B (or 0x7C761B) is unknown color: approx Pesto. HEX triplet: 7C, 76 and 1B. RGB value is (124,118,27). Sum of RGB (Red+Green+Blue) = 124+118+27=269 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.10% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 124 - color contains mainly: red. Hex color #7C761B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C761B is #8389E4. Grayscale: #6D6D6D. Windows color (decimal): -8620517 or 1799804. OLE color: 1799804.

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

Color convert

RGB12411827-
CMYK00.050.780.51
HSL56.29º64.24%29.61%-
HSV(B)56.29º78.23%48.63%-
XYZ14.9917.323.59-
YUV109.4281.49138.4-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.10%
GREEN value IS 118 (46.48% from 255) = 43.87%
BLUE value IS 27 (10.94% from 255) = 10.04%
R=46.10%
G=43.87%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241182700.050.780.5156.2964.2429.61
Hex7C761B054E3338401e
Octal1741663305116637010036
Binary111110011101101101101011001110110011111000100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C761B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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