#7C771B

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

Shades of Pesto #7C771B

Tints of Pesto #7C771B

Color information

#7C771B (or 0x7C771B) is unknown color: approx Pesto. HEX triplet: 7C, 77 and 1B. RGB value is (124,119,27). Sum of RGB (Red+Green+Blue) = 124+119+27=270 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.93% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 124 - color contains mainly: red. Hex color #7C771B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C771B is #8388E4. Grayscale: #6E6E6E. Windows color (decimal): -8620261 or 1800060. OLE color: 1800060.

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

Color convert

RGB12411927-
CMYK00.040.780.51
HSL56.91º64.24%29.61%-
HSV(B)56.91º78.23%48.63%-
XYZ15.1117.563.63-
YUV110.0181.16137.98-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.93%
GREEN value IS 119 (46.88% from 255) = 44.07%
BLUE value IS 27 (10.94% from 255) = 10%
R=45.93%
G=44.07%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241192700.040.780.5156.9164.2429.61
Hex7C771B044E3339401e
Octal1741673304116637110036
Binary111110011101111101101001001110110011111001100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C771B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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