Html Css Color HEX #776C22 Pesto

📋 copy color: '#776C22'

red 119 ◦ green 108 ◦ blue 34

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

Shades of Pesto #776C22

Tints of Pesto #776C22

RGB

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

 GREEN value IS 108 (42.58% from 255) = 41.38%

 BLUE value IS 34 (13.67% from 255) = 13.03%

R = 45.59%
G = 41.38%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#776C22 (or 0x776C22) is known color: Pesto. HEX triplet: 77, 6C and 22. RGB value is (119,108,34). Sum of RGB (Red+Green+Blue) = 119+108+34=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 108 (42.58% from 255 or 41.38% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #776C22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C22 is #8893DD. Grayscale: #676767. Windows color (decimal): -8950750 or 2255991. OLE color: 2255991.

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

Color convert

RGB 119 108 34 -
CMYK 0 0.09 0.71 0.53
HSL 52.24º 0.56% 0.3% -
HSV(B) 52.24º 0.71% 0.47% -
XYZ 13.26 14.76 3.66 -
YUV 102.85 89.14 139.52 -
System Red Green Blue C M Y K H S L
Decimal 119 108 34 0 0.09 0.71 0.53 52.24 0.56 0.3
Hex 77 6C 22 0 9 47 35 34 38 1E
Octal 167 154 42 0 11 107 65 64 70 36
Binary 1110111 1101100 100010 0 1001 1000111 110101 110100 111000 11110

Color Harmonies of #776C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C22

Black with #776C22

Text Example


Text Example

White with #776C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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