Html Css Color HEX #796C20 Pesto

📋 copy color: '#796C20'

red 121 ◦ green 108 ◦ blue 32

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

Shades of Pesto #796C20

Tints of Pesto #796C20

RGB

 RED value IS 121 (47.66% from 255) = 46.36%

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

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

R = 46.36%
G = 41.38%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#796C20 (or 0x796C20) is known color: Pesto. HEX triplet: 79, 6C and 20. RGB value is (121,108,32). Sum of RGB (Red+Green+Blue) = 121+108+32=261 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.36% from 261); Green value is 108 (42.58% from 255 or 41.38% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 121 - color contains mainly: red. Hex color #796C20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796C20 is #8693DF. Grayscale: #676767. Windows color (decimal): -8819680 or 2124921. OLE color: 2124921.

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

Color convert

RGB 121 108 32 -
CMYK 0 0.11 0.74 0.53
HSL 51.24º 0.58% 0.3% -
HSV(B) 51.24º 0.74% 0.47% -
XYZ 13.51 14.89 3.53 -
YUV 103.22 87.81 140.68 -
System Red Green Blue C M Y K H S L
Decimal 121 108 32 0 0.11 0.74 0.53 51.24 0.58 0.3
Hex 79 6C 20 0 B 4A 35 33 3A 1E
Octal 171 154 40 0 13 112 65 63 72 36
Binary 1111001 1101100 100000 0 1011 1001010 110101 110011 111010 11110

Color Harmonies of #796C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796C20

Black with #796C20

Text Example


Text Example

White with #796C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796C20; }

 p { color: rgb(121,108,32); }

 H1.HeaderClassName
 {
   color: #796C20;
 }
 .AnyTagClassName
 {
   color: #796C20;
 }
</style>

background-color css

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

 a { background-color: rgb(121,108,32); }

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

border-color css

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

 span { border-color: rgb(121,108,32); }

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