#776B29

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

Shades of Pesto #776B29

Tints of Pesto #776B29

Color information

#776B29 (or 0x776B29) is unknown color: approx Pesto. HEX triplet: 77, 6B and 29. RGB value is (119,107,41). Sum of RGB (Red+Green+Blue) = 119+107+41=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 107 (42.19% from 255 or 40.07% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #776B29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776B29 is #8894D6. Grayscale: #676767. Windows color (decimal): -8950999 or 2714487. OLE color: 2714487.

HSL color Cylindrical-coordinate representation of color #776B29: hue angle of 50.77º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #776B29 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB11910741-
CMYK00.100.660.53
HSL50.77º48.75%31.37%-
HSV(B)50.77º65.55%46.67%-
XYZ13.2714.64.22-
YUV103.0692.98139.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.57%
GREEN value IS 107 (42.19% from 255) = 40.07%
BLUE value IS 41 (16.41% from 255) = 15.36%
R=44.57%
G=40.07%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191074100.100.660.5350.7748.7531.37
Hex776B290A423533311f
Octal1671535101210265636137
Binary1110111110101110100101010100001011010111001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,107,41); }

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

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

 a { background-color: rgb(119,107,41); }

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

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

 span { border-color: rgb(119,107,41); }

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