Html Css Color HEX #796D2A Pesto

📋 copy color: '#796D2A'

red 121 ◦ green 109 ◦ blue 42

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

Shades of Pesto #796D2A

Tints of Pesto #796D2A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.07%

 BLUE value IS 42 (16.8% from 255) = 15.44%

R = 44.49%
G = 40.07%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#796D2A (or 0x796D2A) is known color: Pesto. HEX triplet: 79, 6D and 2A. RGB value is (121,109,42). Sum of RGB (Red+Green+Blue) = 121+109+42=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 109 (42.97% from 255 or 40.07% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 121 - color contains mainly: red. Hex color #796D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796D2A is #8692D5. Grayscale: #696969. Windows color (decimal): -8819414 or 2780537. OLE color: 2780537.

HSL color Cylindrical-coordinate representation of color #796D2A: hue angle of 50.89º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #796D2A is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 109 42 -
CMYK 0 0.10 0.65 0.53
HSL 50.89º 0.48% 0.32% -
HSV(B) 50.89º 0.65% 0.47% -
XYZ 13.77 15.17 4.39 -
YUV 104.95 92.48 139.45 -
System Red Green Blue C M Y K H S L
Decimal 121 109 42 0 0.10 0.65 0.53 50.89 0.48 0.32
Hex 79 6D 2A 0 A 41 35 33 30 20
Octal 171 155 52 0 12 101 65 63 60 40
Binary 1111001 1101101 101010 0 1010 1000001 110101 110011 110000 100000

Color Harmonies of #796D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796D2A

Black with #796D2A

Text Example


Text Example

White with #796D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,109,42); }

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

background-color css

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

 a { background-color: rgb(121,109,42); }

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

border-color css

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

 span { border-color: rgb(121,109,42); }

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