Html Css Color HEX #776B20 Pesto

📋 copy color: '#776B20'

red 119 ◦ green 107 ◦ blue 32

#776B20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pesto #776B20

Tints of Pesto #776B20

RGB

 RED value IS 119 (46.88% from 255) = 46.12%

 GREEN value IS 107 (42.19% from 255) = 41.47%

 BLUE value IS 32 (12.89% from 255) = 12.4%

R = 46.12%
G = 41.47%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#776B20 (or 0x776B20) is known color: Pesto. HEX triplet: 77, 6B and 20. RGB value is (119,107,32). Sum of RGB (Red+Green+Blue) = 119+107+32=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 107 (42.19% from 255 or 41.47% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #776B20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776B20 is #8894DF. Grayscale: #666666. Windows color (decimal): -8951008 or 2124663. OLE color: 2124663.

HSL color Cylindrical-coordinate representation of color #776B20: hue angle of 51.72º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #776B20 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 107 32 -
CMYK 0 0.10 0.73 0.53
HSL 51.72º 0.58% 0.3% -
HSV(B) 51.72º 0.73% 0.47% -
XYZ 13.13 14.54 3.48 -
YUV 102.04 88.48 140.1 -
System Red Green Blue C M Y K H S L
Decimal 119 107 32 0 0.10 0.73 0.53 51.72 0.58 0.3
Hex 77 6B 20 0 A 49 35 34 3A 1E
Octal 167 153 40 0 12 111 65 64 72 36
Binary 1110111 1101011 100000 0 1010 1001001 110101 110100 111010 11110

Color Harmonies of #776B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776B20

Black with #776B20

Text Example


Text Example

White with #776B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,107,32); }

 H1.HeaderClassName
 {
   color: #776B20;
 }
 .AnyTagClassName
 {
   color: #776B20;
 }
</style>

background-color css

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

 a { background-color: rgb(119,107,32); }

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

border-color css

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

 span { border-color: rgb(119,107,32); }

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