Html Css Color HEX #79721D Pesto

📋 copy color: '#79721D'

red 121 ◦ green 114 ◦ blue 29

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

Shades of Pesto #79721D

Tints of Pesto #79721D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.98%

R = 45.83%
G = 43.18%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#79721D (or 0x79721D) is known color: Pesto. HEX triplet: 79, 72 and 1D. RGB value is (121,114,29). Sum of RGB (Red+Green+Blue) = 121+114+29=264 (34% of max value = 765). Red value is 121 (47.66% from 255 or 45.83% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 121 - color contains mainly: red. Hex color #79721D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79721D is #868DE2. Grayscale: #6A6A6A. Windows color (decimal): -8818147 or 1929849. OLE color: 1929849.

HSL color Cylindrical-coordinate representation of color #79721D: hue angle of 55.43º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #79721D is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 114 29 -
CMYK 0 0.06 0.76 0.53
HSL 55.43º 0.61% 0.29% -
HSV(B) 55.43º 0.76% 0.47% -
XYZ 14.12 16.19 3.54 -
YUV 106.4 84.32 138.41 -
System Red Green Blue C M Y K H S L
Decimal 121 114 29 0 0.06 0.76 0.53 55.43 0.61 0.29
Hex 79 72 1D 0 6 4C 35 37 3D 1D
Octal 171 162 35 0 6 114 65 67 75 35
Binary 1111001 1110010 11101 0 110 1001100 110101 110111 111101 11101

Color Harmonies of #79721D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79721D

Black with #79721D

Text Example


Text Example

White with #79721D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79721D; }

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

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

background-color css

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

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

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

border-color css

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

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

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