#776E25

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

Shades of Pesto #776E25

Tints of Pesto #776E25

Color information

#776E25 (or 0x776E25) is unknown color: approx Pesto. HEX triplet: 77, 6E and 25. RGB value is (119,110,37). Sum of RGB (Red+Green+Blue) = 119+110+37=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 110 (43.36% from 255 or 41.35% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #776E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E25 is #8891DA. Grayscale: #686868. Windows color (decimal): -8950235 or 2453111. OLE color: 2453111.

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

Color convert

RGB11911037-
CMYK00.080.690.53
HSL53.41º52.56%30.59%-
HSV(B)53.41º68.91%46.67%-
XYZ13.5215.213.97-
YUV104.3789.98138.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.74%
GREEN value IS 110 (43.36% from 255) = 41.35%
BLUE value IS 37 (14.84% from 255) = 13.91%
R=44.74%
G=41.35%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191103700.080.690.5353.4152.5630.59
Hex776E2508453535351f
Octal1671564501010565656537
Binary1110111110111010010101000100010111010111010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,110,37); }

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

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

 a { background-color: rgb(119,110,37); }

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

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

 span { border-color: rgb(119,110,37); }

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