Html Css Color HEX #7D792E Pesto

📋 copy color: '#7D792E'

red 125 ◦ green 121 ◦ blue 46

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

Shades of Pesto #7D792E

Tints of Pesto #7D792E

RGB

 RED value IS 125 (49.22% from 255) = 42.81%

 GREEN value IS 121 (47.66% from 255) = 41.44%

 BLUE value IS 46 (18.36% from 255) = 15.75%

R = 42.81%
G = 41.44%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7D792E (or 0x7D792E) is known color: Pesto. HEX triplet: 7D, 79 and 2E. RGB value is (125,121,46). Sum of RGB (Red+Green+Blue) = 125+121+46=292 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.81% from 292); Green value is 121 (47.66% from 255 or 41.44% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 125 - color contains mainly: red. Hex color #7D792E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D792E is #8286D1. Grayscale: #717171. Windows color (decimal): -8554194 or 3045757. OLE color: 3045757.

HSL color Cylindrical-coordinate representation of color #7D792E: hue angle of 56.96º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D792E is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 121 46 -
CMYK 0 0.03 0.63 0.51
HSL 56.96º 0.46% 0.34% -
HSV(B) 56.96º 0.63% 0.49% -
XYZ 15.79 18.23 5.27 -
YUV 113.65 89.83 136.1 -
System Red Green Blue C M Y K H S L
Decimal 125 121 46 0 0.03 0.63 0.51 56.96 0.46 0.34
Hex 7D 79 2E 0 3 3F 33 39 2E 22
Octal 175 171 56 0 3 77 63 71 56 42
Binary 1111101 1111001 101110 0 11 111111 110011 111001 101110 100010

Color Harmonies of #7D792E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D792E

Black with #7D792E

Text Example


Text Example

White with #7D792E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D792E; }

 p { color: rgb(125,121,46); }

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

background-color css

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

 a { background-color: rgb(125,121,46); }

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

border-color css

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

 span { border-color: rgb(125,121,46); }

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