#776B26

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

Shades of Pesto #776B26

Tints of Pesto #776B26

Color information

#776B26 (or 0x776B26) is unknown color: approx Pesto. HEX triplet: 77, 6B and 26. RGB value is (119,107,38). Sum of RGB (Red+Green+Blue) = 119+107+38=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #776B26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776B26 is #8894D9. Grayscale: #676767. Windows color (decimal): -8951002 or 2517879. OLE color: 2517879.

HSL color Cylindrical-coordinate representation of color #776B26: hue angle of 51.11º 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 #776B26 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB11910738-
CMYK00.100.680.53
HSL51.11º51.59%30.78%-
HSV(B)51.11º68.07%46.67%-
XYZ13.2214.583.95-
YUV102.7291.48139.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.08%
GREEN value IS 107 (42.19% from 255) = 40.53%
BLUE value IS 38 (15.23% from 255) = 14.39%
R=45.08%
G=40.53%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191073800.100.680.5351.1151.5930.78
Hex776B260A443533341f
Octal1671534601210465636437
Binary1110111110101110011001010100010011010111001111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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