Html Css Color HEX #7C772E Pesto

📋 copy color: '#7C772E'

red 124 ◦ green 119 ◦ blue 46

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

Shades of Pesto #7C772E

Tints of Pesto #7C772E

RGB

 RED value IS 124 (48.83% from 255) = 42.91%

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

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

R = 42.91%
G = 41.18%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7C772E (or 0x7C772E) is known color: Pesto. HEX triplet: 7C, 77 and 2E. RGB value is (124,119,46). Sum of RGB (Red+Green+Blue) = 124+119+46=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 124 - color contains mainly: red. Hex color #7C772E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C772E is #8388D1. Grayscale: #707070. Windows color (decimal): -8620242 or 3045244. OLE color: 3045244.

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

Color convert

RGB 124 119 46 -
CMYK 0 0.04 0.63 0.51
HSL 56.15º 0.46% 0.33% -
HSV(B) 56.15º 0.63% 0.49% -
XYZ 15.4 17.68 5.18 -
YUV 112.17 90.66 136.44 -
System Red Green Blue C M Y K H S L
Decimal 124 119 46 0 0.04 0.63 0.51 56.15 0.46 0.33
Hex 7C 77 2E 0 4 3F 33 38 2E 21
Octal 174 167 56 0 4 77 63 70 56 41
Binary 1111100 1110111 101110 0 100 111111 110011 111000 101110 100001

Color Harmonies of #7C772E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C772E

Black with #7C772E

Text Example


Text Example

White with #7C772E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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