#776A25

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

Shades of Pesto #776A25

Tints of Pesto #776A25

Color information

#776A25 (or 0x776A25) is unknown color: approx Pesto. HEX triplet: 77, 6A and 25. RGB value is (119,106,37). Sum of RGB (Red+Green+Blue) = 119+106+37=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 106 (41.80% from 255 or 40.46% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #776A25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776A25 is #8895DA. Grayscale: #666666. Windows color (decimal): -8951259 or 2452087. OLE color: 2452087.

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

Color convert

RGB11910637-
CMYK00.110.690.53
HSL50.49º52.56%30.59%-
HSV(B)50.49º68.91%46.67%-
XYZ13.114.363.83-
YUV102.0291.31140.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.42%
GREEN value IS 106 (41.80% from 255) = 40.46%
BLUE value IS 37 (14.84% from 255) = 14.12%
R=45.42%
G=40.46%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191063700.110.690.5350.4952.5630.59
Hex776A250B453532351f
Octal1671524501310565626537
Binary1110111110101010010101011100010111010111001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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