#776C26

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

Shades of Pesto #776C26

Tints of Pesto #776C26

Color information

#776C26 (or 0x776C26) is unknown color: approx Pesto. HEX triplet: 77, 6C and 26. RGB value is (119,108,38). Sum of RGB (Red+Green+Blue) = 119+108+38=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 108 (42.58% from 255 or 40.75% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #776C26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C26 is #8893D9. Grayscale: #676767. Windows color (decimal): -8950746 or 2518135. OLE color: 2518135.

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

Color convert

RGB11910838-
CMYK00.090.680.53
HSL51.85º51.59%30.78%-
HSV(B)51.85º68.07%46.67%-
XYZ13.3214.793.99-
YUV103.3191.14139.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 108 (42.58% from 255) = 40.75%
BLUE value IS 38 (15.23% from 255) = 14.34%
R=44.91%
G=40.75%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191083800.090.680.5351.8551.5930.78
Hex776C2609443534341f
Octal1671544601110465646437
Binary1110111110110010011001001100010011010111010011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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