Html Css Color HEX #797221 Pesto

📋 copy color: '#797221'

red 121 ◦ green 114 ◦ blue 33

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

Shades of Pesto #797221

Tints of Pesto #797221

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.54%

 BLUE value IS 33 (13.28% from 255) = 12.31%

R = 45.15%
G = 42.54%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#797221 (or 0x797221) is known color: Pesto. HEX triplet: 79, 72 and 21. RGB value is (121,114,33). Sum of RGB (Red+Green+Blue) = 121+114+33=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 121 - color contains mainly: red. Hex color #797221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797221 is #868DDE. Grayscale: #6B6B6B. Windows color (decimal): -8818143 or 2191993. OLE color: 2191993.

HSL color Cylindrical-coordinate representation of color #797221: hue angle of 55.23º degrees, saturation: 0.57, 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 #797221 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 114 33 -
CMYK 0 0.06 0.73 0.53
HSL 55.23º 0.57% 0.3% -
HSV(B) 55.23º 0.73% 0.47% -
XYZ 14.18 16.21 3.82 -
YUV 106.86 86.32 138.09 -
System Red Green Blue C M Y K H S L
Decimal 121 114 33 0 0.06 0.73 0.53 55.23 0.57 0.3
Hex 79 72 21 0 6 49 35 37 39 1E
Octal 171 162 41 0 6 111 65 67 71 36
Binary 1111001 1110010 100001 0 110 1001001 110101 110111 111001 11110

Color Harmonies of #797221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797221

Black with #797221

Text Example


Text Example

White with #797221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797221; }

 p { color: rgb(121,114,33); }

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

background-color css

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

 a { background-color: rgb(121,114,33); }

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

border-color css

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

 span { border-color: rgb(121,114,33); }

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