#776A28

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

Shades of Pesto #776A28

Tints of Pesto #776A28

Color information

#776A28 (or 0x776A28) is unknown color: approx Pesto. HEX triplet: 77, 6A and 28. RGB value is (119,106,40). Sum of RGB (Red+Green+Blue) = 119+106+40=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 106 (41.80% from 255 or 40% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #776A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776A28 is #8895D7. Grayscale: #666666. Windows color (decimal): -8951256 or 2648695. OLE color: 2648695.

HSL color Cylindrical-coordinate representation of color #776A28: hue angle of 50.13º degrees, saturation: 0.5, 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 #776A28 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB11910640-
CMYK00.110.660.53
HSL50.13º49.69%31.18%-
HSV(B)50.13º66.39%46.67%-
XYZ13.1414.384.09-
YUV102.3692.81139.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 106 (41.80% from 255) = 40%
BLUE value IS 40 (16.02% from 255) = 15.09%
R=44.91%
G=40%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191064000.110.660.5350.1349.6931.18
Hex776A280B423532321f
Octal1671525001310265626237
Binary1110111110101010100001011100001011010111001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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