#776C28

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

Shades of Pesto #776C28

Tints of Pesto #776C28

Color information

#776C28 (or 0x776C28) is unknown color: approx Pesto. HEX triplet: 77, 6C and 28. RGB value is (119,108,40). Sum of RGB (Red+Green+Blue) = 119+108+40=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #776C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C28 is #8893D7. Grayscale: #676767. Windows color (decimal): -8950744 or 2649207. OLE color: 2649207.

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

Color convert

RGB11910840-
CMYK00.090.660.53
HSL51.65º49.69%31.18%-
HSV(B)51.65º66.39%46.67%-
XYZ13.3514.84.16-
YUV103.5492.14139.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.57%
GREEN value IS 108 (42.58% from 255) = 40.45%
BLUE value IS 40 (16.02% from 255) = 14.98%
R=44.57%
G=40.45%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191084000.090.660.5351.6549.6931.18
Hex776C2809423534321f
Octal1671545001110265646237
Binary1110111110110010100001001100001011010111010011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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