#776C22

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

Shades of Pesto #776C22

Tints of Pesto #776C22

Color information

#776C22 (or 0x776C22) is unknown color: approx Pesto. HEX triplet: 77, 6C and 22. RGB value is (119,108,34). Sum of RGB (Red+Green+Blue) = 119+108+34=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 108 (42.58% from 255 or 41.38% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #776C22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C22 is #8893DD. Grayscale: #676767. Windows color (decimal): -8950750 or 2255991. OLE color: 2255991.

HSL color Cylindrical-coordinate representation of color #776C22: hue angle of 52.24º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #776C22 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB11910834-
CMYK00.090.710.53
HSL52.24º55.56%30%-
HSV(B)52.24º71.43%46.67%-
XYZ13.2614.763.66-
YUV102.8589.14139.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.59%
GREEN value IS 108 (42.58% from 255) = 41.38%
BLUE value IS 34 (13.67% from 255) = 13.03%
R=45.59%
G=41.38%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191083400.090.710.5352.2455.5630
Hex776C2209473534381e
Octal1671544201110765647036
Binary1110111110110010001001001100011111010111010011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776C22; }

 p { color: rgb(119,108,34); }

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

<style>
 a { background-color: #776C22; }

 a { background-color: rgb(119,108,34); }

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

<style>
 span { border-color: #776C22; }

 span { border-color: rgb(119,108,34); }

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