#7C772B

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

Shades of Pesto #7C772B

Tints of Pesto #7C772B

Color information

#7C772B (or 0x7C772B) is unknown color: approx Pesto. HEX triplet: 7C, 77 and 2B. RGB value is (124,119,43). Sum of RGB (Red+Green+Blue) = 124+119+43=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 124 - color contains mainly: red. Hex color #7C772B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C772B is #8388D4. Grayscale: #707070. Windows color (decimal): -8620245 or 2848636. OLE color: 2848636.

HSL color Cylindrical-coordinate representation of color #7C772B: hue angle of 56.3º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C772B is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB12411943-
CMYK00.040.650.51
HSL56.3º48.5%32.75%-
HSV(B)56.3º65.32%48.63%-
XYZ15.3517.654.88-
YUV111.8389.16136.68-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.36%
GREEN value IS 119 (46.88% from 255) = 41.61%
BLUE value IS 43 (17.19% from 255) = 15.03%
R=43.36%
G=41.61%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241194300.040.650.5156.348.532.75
Hex7C772B044133383121
Octal174167530410163706141
Binary1111100111011110101101001000001110011111000110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C772B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,119,43); }

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

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

 a { background-color: rgb(124,119,43); }

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

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

 span { border-color: rgb(124,119,43); }

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