Html Css Color HEX #7D772E Pesto

📋 copy color: '#7D772E'

red 125 ◦ green 119 ◦ blue 46

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

Shades of Pesto #7D772E

Tints of Pesto #7D772E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.03%

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

R = 43.1%
G = 41.03%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7D772E (or 0x7D772E) is known color: Pesto. HEX triplet: 7D, 77 and 2E. RGB value is (125,119,46). Sum of RGB (Red+Green+Blue) = 125+119+46=290 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.10% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 125 - color contains mainly: red. Hex color #7D772E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D772E is #8288D1. Grayscale: #707070. Windows color (decimal): -8554706 or 3045245. OLE color: 3045245.

HSL color Cylindrical-coordinate representation of color #7D772E: hue angle of 55.44º 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 #7D772E is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 119 46 -
CMYK 0 0.05 0.63 0.51
HSL 55.44º 0.46% 0.34% -
HSV(B) 55.44º 0.63% 0.49% -
XYZ 15.55 17.75 5.19 -
YUV 112.47 90.49 136.94 -
System Red Green Blue C M Y K H S L
Decimal 125 119 46 0 0.05 0.63 0.51 55.44 0.46 0.34
Hex 7D 77 2E 0 5 3F 33 37 2E 22
Octal 175 167 56 0 5 77 63 67 56 42
Binary 1111101 1110111 101110 0 101 111111 110011 110111 101110 100010

Color Harmonies of #7D772E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D772E

Black with #7D772E

Text Example


Text Example

White with #7D772E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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