#776922

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

Shades of Pesto #776922

Tints of Pesto #776922

Color information

#776922 (or 0x776922) is unknown color: approx Pesto. HEX triplet: 77, 69 and 22. RGB value is (119,105,34). Sum of RGB (Red+Green+Blue) = 119+105+34=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #776922 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776922 is #8896DD. Grayscale: #656565. Windows color (decimal): -8951518 or 2255223. OLE color: 2255223.

HSL color Cylindrical-coordinate representation of color #776922: hue angle of 50.12º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #776922 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB11910534-
CMYK00.120.710.53
HSL50.12º55.56%30%-
HSV(B)50.12º71.43%46.67%-
XYZ12.9514.143.56-
YUV101.0990.14140.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.12%
GREEN value IS 105 (41.41% from 255) = 40.70%
BLUE value IS 34 (13.67% from 255) = 13.18%
R=46.12%
G=40.70%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191053400.120.710.5350.1255.5630
Hex7769220C473532381e
Octal1671514201410765627036
Binary1110111110100110001001100100011111010111001011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776922; }

 p { color: rgb(119,105,34); }

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

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

 a { background-color: rgb(119,105,34); }

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

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

 span { border-color: rgb(119,105,34); }

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