#776A27

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

Shades of Pesto #776A27

Tints of Pesto #776A27

Color information

#776A27 (or 0x776A27) is unknown color: approx Pesto. HEX triplet: 77, 6A and 27. RGB value is (119,106,39). Sum of RGB (Red+Green+Blue) = 119+106+39=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 106 (41.80% from 255 or 40.15% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #776A27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776A27 is #8895D8. Grayscale: #666666. Windows color (decimal): -8951257 or 2583159. OLE color: 2583159.

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

Color convert

RGB11910639-
CMYK00.110.670.53
HSL50.25º50.63%30.98%-
HSV(B)50.25º67.23%46.67%-
XYZ13.1314.384-
YUV102.2592.31139.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.08%
GREEN value IS 106 (41.80% from 255) = 40.15%
BLUE value IS 39 (15.62% from 255) = 14.77%
R=45.08%
G=40.15%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191063900.110.670.5350.2550.6330.98
Hex776A270B433532331f
Octal1671524701310365626337
Binary1110111110101010011101011100001111010111001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,106,39); }

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

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

 a { background-color: rgb(119,106,39); }

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

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

 span { border-color: rgb(119,106,39); }

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